Skip to content

Commit

Permalink
fix push action
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Aug 9, 2024
1 parent 2d3a31f commit 71c15d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@6
uses: docker/build-push-action@v6
with:
context: "{{defaultContext}}:container"
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 71c15d2

Please sign in to comment.