nextcloud-spreed-signaling/.github/workflows/docker-janus.yml
dependabot[bot] 44fe19f9e3
build(deps): Bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 20:02:43 +00:00

32 lines
606 B
YAML

name: Janus Docker image
on:
pull_request:
branches: [ master ]
paths:
- '.github/workflows/docker-janus.yml'
- 'docker/janus/Dockerfile'
push:
branches: [ master ]
paths:
- '.github/workflows/docker-janus.yml'
- 'docker/janus/Dockerfile'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build Docker image
uses: docker/build-push-action@v4
with:
context: docker/janus