Skip to content

Commit

Permalink
Merge pull request #4 from padhi-homelab/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-6.11.0

Bump docker/build-push-action from 6.10.0 to 6.11.0
  • Loading branch information
SaswatPadhi authored Jan 10, 2025
2 parents fa3e386 + 9b8c61d commit 5ed2caf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ jobs:
echo ::set-output name=version::${VERSION}
-
name: "Docker: Buildx Build"
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
platforms: ${{ steps.prepare.outputs.platforms }}
push: false
tags: ${{ steps.prepare.outputs.tags }}
build-args: ${{ steps.prepare.outputs.args }}
-
name: "Docker: Load Image"
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
load: true
push: false
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
-
name: "Docker: Buildx Push"
if: success() && github.event_name != 'pull_request'
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
platforms: ${{ steps.prepare.outputs.platforms }}
push: true
Expand Down

0 comments on commit 5ed2caf

Please sign in to comment.