Skip to content

Commit 2289254

Browse files
authored
Merge pull request #1965 from mikebrady/dependabot/github_actions/development/docker/build-push-action-6.13.0
Bump docker/build-push-action from 4.0.0 to 6.13.0
2 parents 51d44d3 + 336b09e commit 2289254

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)