Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #44 from haakemon/renovate/github-actions-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update docker/build-push-action action to v6.3.0
  • Loading branch information
haakemon committed Jul 17, 2024
2 parents 44db4f8 + a0ba49e commit f7bbf0d
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 @@ -32,7 +32,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.3.0
with:
context: .
push: true
Expand Down

0 comments on commit f7bbf0d

Please sign in to comment.