Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel committed Oct 25, 2023
1 parent 1736a55 commit 2f4e8f0
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.oraclelinux-9_OS_NAME }}
echo ${{ env.oraclelinux-9_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 2f4e8f0

Please sign in to comment.