Skip to content

Commit

Permalink
chore(cicd): Update publish actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Mar 20, 2022
1 parent c438306 commit 3ca68d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Docker buildx and push
run: |
docker buildx build \
--platform linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 \
--platform linux/386,linux/amd64,linux/arm/v7,linux/arm64 \
--output "type=image,push=true" \
--tag tomasfarias/c2g:latest \
--tag tomasfarias/c2g:${{ steps.tagName.outputs.tag }} \
Expand All @@ -109,4 +109,4 @@ jobs:
- name: Publish
run: cargo publish
env:
CARGO_REGISTRY__TOKEN: ${{ secrets.CRATES_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_TOKEN }}

0 comments on commit 3ca68d8

Please sign in to comment.