Skip to content

Commit

Permalink
env.* values not accessible within env: block
Browse files Browse the repository at this point in the history
  • Loading branch information
mhitza committed Jun 15, 2020
1 parent a6f09bb commit 5b9f3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Expand Up @@ -22,7 +22,7 @@ jobs:

env:
IMAGE_NAME: "linuxdeployqt:${{ matrix.QT_VERSION }}"
GITHUB_IMAGE_NAME: "docker.pkg.github.com/mhitza/docker-linuxdeployqt/${{ env.IMAGE_NAME }}"
GITHUB_IMAGE_NAME: "docker.pkg.github.com/mhitza/docker-linuxdeployqt/linuxdeployqt:${{ matrix.QT_VERSION }}"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5b9f3e0

Please sign in to comment.