Skip to content

Commit

Permalink
sda
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel committed Oct 25, 2023
1 parent 44e783d commit 1dab6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stage0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "${{ matrix.os }}_OS_TAG=$OS_TAG" >>${GITHUB_ENV}
- name: env VALUE
run: |
echo ${{ env.[format('{0}', matrix.os)]_OS_NAME }}
echo ${{ env[format('{0}', matrix.os)]_OS_NAME }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 1dab6e0

Please sign in to comment.