Skip to content

Commit 2ee8b17

Browse files
committed
test2
1 parent 15cfd50 commit 2ee8b17

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-push.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
echo IMAGE_NAME=$IMAGE_NAME
3232
echo IMAGE_TAG=$IMAGE_TAG
3333
34+
- name: Check environment variables 2
35+
run: |
36+
echo IMAGE_NAME:IMAGE_TAG = ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
37+
3438
- name: Checkout code
3539
uses: actions/checkout@v4
3640

0 commit comments

Comments
 (0)