From 3ca68d8f87c861c2d6b74b59d42f47cb2f70911d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Far=C3=ADas=20Santana?= Date: Mon, 21 Mar 2022 00:31:14 +0100 Subject: [PATCH] chore(cicd): Update publish actions --- .github/workflows/release_tag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_tag.yml b/.github/workflows/release_tag.yml index 79be635..65c41b7 100644 --- a/.github/workflows/release_tag.yml +++ b/.github/workflows/release_tag.yml @@ -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 }} \ @@ -109,4 +109,4 @@ jobs: - name: Publish run: cargo publish env: - CARGO_REGISTRY__TOKEN: ${{ secrets.CRATES_TOKEN }} + CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_TOKEN }}