Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel committed Oct 25, 2023
1 parent 2f4e8f0 commit 203092f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stage0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
echo "${{ matrix.os }}_OS_TAG=$OS_TAG" >>${GITHUB_ENV}
- name: env VALUE
run: |
echo ${{ env.${{ matrix.os }}_OS_NAME }}
echo ${{ env.${{ matrix.os }}_OS_TAG }}
echo ${{ env. }}${{ matrix.os }}_OS_NAME
echo ${{ env. }}${{ matrix.os }}_OS_TAG
- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 203092f

Please sign in to comment.