From 32194681aa105b33993d445bce29a4c60f082d7b Mon Sep 17 00:00:00 2001 From: HubbeKing Date: Sun, 17 Oct 2021 19:09:49 +0300 Subject: [PATCH] Hopefully finally fix tag syntax --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e953278..d127322 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,8 +20,6 @@ permissions: jobs: build: runs-on: ubuntu-20.04 - env: - TAG: ${GITHUB_SHA::8} strategy: fail-fast: true # cancel all in-progress jobs if any matrix job fails matrix: @@ -52,7 +50,7 @@ jobs: with: context: ./${{ matrix.component }} file: Dockerfile - tags: ghcr.io/ekimekim/wubloader-${{ matrix.component }}:${{ env.TAG }} + tags: ghcr.io/ekimekim/wubloader-${{ matrix.component }}:${GITHUB_SHA::8} push: true - name: Build ${{ matrix.component }} latest