Skip to content

Commit

Permalink
Merge pull request #293 from goharbor/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-6

chore(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
imeoer authored Jun 18, 2024
2 parents 974c290 + f542dc7 commit 44098ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build and push by digest
id: build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: ${{ matrix.platform }}
Expand Down

0 comments on commit 44098ec

Please sign in to comment.