We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15cfd50 commit 2ee8b17Copy full SHA for 2ee8b17
1 file changed
.github/workflows/build-push.yaml
@@ -31,6 +31,10 @@ jobs:
31
echo IMAGE_NAME=$IMAGE_NAME
32
echo IMAGE_TAG=$IMAGE_TAG
33
34
+ - name: Check environment variables 2
35
+ run: |
36
+ echo IMAGE_NAME:IMAGE_TAG = ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
37
+
38
- name: Checkout code
39
uses: actions/checkout@v4
40
0 commit comments