From 73b7f12b3fdb1c4cc360c0efff42a3bd5d7c1018 Mon Sep 17 00:00:00 2001 From: fafnirZ Date: Mon, 3 Jul 2023 21:57:29 +1000 Subject: [PATCH] chore: more gh actions fix --- .github/workflows/release.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bac39de..96702dd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,9 +14,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Set tag as env var # https://stackoverflow.com/a/58178121/11757369 - id: vars - run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT - name: Log in to Container registry uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 with: @@ -27,7 +24,7 @@ jobs: id: meta uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 with: - images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.vars.outputs.tag }} + images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 with: