Skip to content

Commit

Permalink
Merge pull request #437 from drftpd-ng/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-6.13.0

Bump docker/build-push-action from 6.9.0 to 6.13.0
  • Loading branch information
mike-codez authored Feb 1, 2025
2 parents 4abe428 + cb185a2 commit fc4a826
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
with:
context: .
file: 'drftpd-source/Dockerfile'
Expand All @@ -62,7 +62,7 @@ jobs:

- name: Push master
if: github.event_name != 'pull_request'
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
with:
context: .
file: 'drftpd-source/Dockerfile'
Expand All @@ -80,7 +80,7 @@ jobs:

- name: Push slave
if: github.event_name != 'pull_request'
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
with:
context: .
file: 'drftpd-source/Dockerfile'
Expand Down

0 comments on commit fc4a826

Please sign in to comment.