Skip to content

Commit 53c0e6d

Browse files
build(deps): bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- 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 9662c02 commit 53c0e6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push-build-test-on-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
org.opencontainers.image.documentation=https://github.com/${{github.repository}}#readme
2828
org.opencontainers.image.licenses=MIT
2929
- name: build test image
30-
uses: docker/build-push-action@v5
30+
uses: docker/build-push-action@v6
3131
with:
3232
context: .
3333
load: true
@@ -46,7 +46,7 @@ jobs:
4646
username: ${{ secrets.DOCKER_USERNAME }}
4747
password: ${{ secrets.DOCKER_PASSWORD }}
4848
- name: push to registry (unless pull request)
49-
uses: docker/build-push-action@v5
49+
uses: docker/build-push-action@v6
5050
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}
5151
with:
5252
context: .

0 commit comments

Comments
 (0)