Skip to content

Commit 9d2dd8f

Browse files
dependabot[bot]moritzheiber
authored andcommitted
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](docker/build-push-action@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] <[email protected]>
1 parent 104552e commit 9d2dd8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test_release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
username: ${{ github.actor }}
7373
password: ${{ secrets.GITHUB_TOKEN }}
7474
- uses: docker/setup-buildx-action@v2
75-
- uses: docker/build-push-action@v4
75+
- uses: docker/build-push-action@v5
7676
name: Build
7777
with:
7878
push: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)