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 ea3f09c commit 2a5a478
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/stage0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,13 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.DOCKER_LOGIN }}
- name: Extract OS name and tag for Docker
id: ${{ matrix.os }}
run: echo "et"
env:
- id: ${{ matrix.os }}
with:
OS_NAME: ${{ matrix.os }}
OS_TAG: ${{ matrix.os }}

- 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 2a5a478

Please sign in to comment.