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 61afb1f commit e9adc0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/stage0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
password: ${{ secrets.DOCKER_LOGIN }}
- name: Extract OS name and tag for Docker
run: |
echo "${{ env.matrix.os }}"
echo "${{ env.matrix.os }}.NAME=TEST" >>${GITHUB_ENV}
echo "${{ matrix.os }}"
echo "${{ matrix.os }}.NAME=TEST" >>${GITHUB_ENV}
echo "${{ env.oraclelinux-9.NAME }}"
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit e9adc0a

Please sign in to comment.