diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-21 16:19:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-21 16:19:46 +0200 |
| commit | 908be0b74e14022f782e1a8344cb2dbe0eda0ced (patch) | |
| tree | a28f5b61ba4294d45d8936072996e928dcb9c577 /.github/workflows | |
| parent | 64967782104c8f8d0448deb693a5e834e620db7e (diff) | |
ci: Bump docker/build-push-action from 4 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5)
---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/publish.yml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7ae1c0a..5cf6d770 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,16 +72,16 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Build UI - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: opendc-web/opendc-web-ui file: opendc-web/opendc-web-ui/Dockerfile - name: Build Web Server - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: file: opendc-web/opendc-web-server/Dockerfile - name: Build Runner - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: file: opendc-web/opendc-web-runner/Dockerfile build-docs: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a42a5c96..51ab9400 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Push to Docker Hub - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: push: true file: opendc-web/opendc-web-runner/Dockerfile @@ -51,7 +51,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Push to Docker Hub - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: push: true file: opendc-web/opendc-web-server/Dockerfile @@ -78,7 +78,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Push to Docker Hub - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: push: true context: opendc-web/opendc-web-ui |
