Skip to content

Commit

Permalink
Merge pull request #47 from justalemon/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-6.10.0

Bump docker/build-push-action from 6.9.0 to 6.10.0
  • Loading branch information
justalemon authored Dec 20, 2024
2 parents 34ff241 + 0f3dd3a commit 16fb211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=sha,format=short,prefix=
type=raw,value=latest,enable={{ is_default_branch }}
- uses: docker/build-push-action@v6.9.0
- uses: docker/build-push-action@v6.10.0
if: ${{ format('refs/heads/{0}', github.event.repository.default_branch) == github.ref || startsWith(github.ref, 'refs/tags/') }}
with:
push: true
Expand Down

0 comments on commit 16fb211

Please sign in to comment.