Skip to content

Commit

Permalink
Merge pull request #34 from x1unix/dependabot/github_actions/docker/b…
Browse files Browse the repository at this point in the history
…uild-push-action-6

chore(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
x1unix authored Jun 18, 2024
2 parents c3ee1c8 + 37d59c7 commit 17f3d1c
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 @@ -43,7 +43,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v3
- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 17f3d1c

Please sign in to comment.