Skip to content

Commit

Permalink
Merge pull request #1965 from mikebrady/dependabot/github_actions/dev…
Browse files Browse the repository at this point in the history
…elopment/docker/build-push-action-6.13.0

Bump docker/build-push-action from 4.0.0 to 6.13.0
  • Loading branch information
mikebrady authored Jan 31, 2025
2 parents 51d44d3 + 336b09e commit 2289254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}

- name: Build and push (classic)
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v6.13.0
with:
context: ./
file: ./docker/classic/Dockerfile
Expand All @@ -73,7 +73,7 @@ jobs:
SHAIRPORT_SYNC_BRANCH=${{ env.SHAIRPORT_SYNC_BRANCH }}
- name: Build and push
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v6.13.0
with:
context: ./
file: ./docker/Dockerfile
Expand Down

0 comments on commit 2289254

Please sign in to comment.