Skip to content

Commit

Permalink
sd
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel committed Oct 25, 2023
1 parent 0f030b9 commit 1736a55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/stage0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ jobs:
password: ${{ secrets.DOCKER_LOGIN }}
- name: Extract metadata (tags, labels) for Docker
run: |
echo "${{ matrix.os }}_OS_NAME=${{ matrix.os }}" >>${GITHUB_ENV}
IFS=- read -r OS_NAME OS_TAG <<< ${{ matrix.os }}
echo "${{ matrix.os }}_OS_NAME=$OS_NAME" >>${GITHUB_ENV}
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 }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 1736a55

Please sign in to comment.