From f95be47c8310e0b6b787abe102aa9bbda25719aa Mon Sep 17 00:00:00 2001 From: jidicula Date: Mon, 31 Jan 2022 20:48:35 -0500 Subject: [PATCH] ci(GHA): Correct environment variable reference --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8527e04..936154e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v2.4.0 - name: Ping endpoint - run: curl "https://proxy.golang.org/github.com/jidicula/vci-check/@v/${{ github.ref.name }}.info" + run: curl "https://proxy.golang.org/github.com/jidicula/vci-check/@v/${{ github.ref_name }}.info" publish-image: name: Publish Docker image runs-on: ubuntu-latest @@ -38,7 +38,7 @@ jobs: uses: docker/build-push-action@v2.8.0 with: push: true - tags: ${{ env.REGISTRY}}/jidicula/${{ env.IMAGE_NAME}}:${{ github.ref.name }} + tags: ${{ env.REGISTRY}}/jidicula/${{ env.IMAGE_NAME}}:${{ github.ref_name }} labels: ${{ steps.meta.outputs.labels }} build-args: | "UBUNTU_VERSION=${{ matrix.version-pair.ubuntu }}"