Skip to content

Commit

Permalink
fix(CI): change build-and-push action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano authored Oct 29, 2023
1 parent 9ca9817 commit 0ef69a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
type=semver,pattern={{version}},value=v1.0.0
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platform: linux/amd64,linux/arm64,linux/arm/v7
Expand Down

0 comments on commit 0ef69a2

Please sign in to comment.