Skip to content

Commit 0bc915b

Browse files
Bump docker/build-push-action from 5 to 6 (#1019)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2cfdd7 commit 0bc915b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
password: ${{ secrets.DOCKERHUB_TOKEN }}
5151

5252
- name: Build and export to Docker
53-
uses: docker/build-push-action@v5
53+
uses: docker/build-push-action@v6
5454
with:
5555
context: .
5656
load: true
@@ -75,7 +75,7 @@ jobs:
7575
docker rm -f ${{ env.TEST_CONTAINER_NAME }}
7676
7777
- name: Build and push
78-
uses: docker/build-push-action@v5
78+
uses: docker/build-push-action@v6
7979
with:
8080
context: .
8181
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)