Skip to content

Commit 336b09e

Browse files
Bump docker/build-push-action from 4.0.0 to 6.13.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 6.13.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v6.13.0) --- 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>
1 parent de51d4c commit 336b09e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build-on-tag.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
6161

6262
- name: Build and push (classic)
63-
uses: docker/build-push-action@v4.0.0
63+
uses: docker/build-push-action@v6.13.0
6464
with:
6565
context: ./
6666
file: ./docker/classic/Dockerfile
@@ -73,7 +73,7 @@ jobs:
7373
SHAIRPORT_SYNC_BRANCH=${{ env.SHAIRPORT_SYNC_BRANCH }}
7474
7575
- name: Build and push
76-
uses: docker/build-push-action@v4.0.0
76+
uses: docker/build-push-action@v6.13.0
7777
with:
7878
context: ./
7979
file: ./docker/Dockerfile

0 commit comments

Comments
 (0)