Skip to content

Commit

Permalink
ci(GHA): Correct environment variable reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Feb 1, 2022
1 parent 7c6634f commit f95be47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}"
Expand Down

0 comments on commit f95be47

Please sign in to comment.