Skip to content

Commit

Permalink
fix: update CI environment variable reference
Browse files Browse the repository at this point in the history
Checking to see if an incorrect syntax was used to reference the `image_tags` environnment variable which was added in the previous step.
  • Loading branch information
jwbennet committed Jan 28, 2024
1 parent b0c20fd commit 6d74943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer-build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
with:
subFolder: .github
imageName: ghcr.io/${{ github.repository }}
imageTag: ${{ image_tags }}
imageTag: $image_tags
cacheFrom: ghcr.io/${{ github.repository }}
push: always

0 comments on commit 6d74943

Please sign in to comment.