Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
defugging gitref vars
Browse files Browse the repository at this point in the history
  • Loading branch information
wepudt committed Jun 1, 2023
1 parent c98d15b commit 4015ff5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
password: DOCKERHUB_PASSWORD
steps:
- run: echo "pushing ${{matrix.platform}} to ${{matrix.registry}}/${{matrix.repository}}"
- run: echo "${{ github.ref}}"
- run: echo "${{ !contains(github.ref, '-rc') }}"

push-rhcc:
name: Push amd64 image to RHCC
Expand All @@ -86,8 +88,8 @@ jobs:
SCAN_REGISTRY: "quay.io"
steps:
- run: echo "noo this should not happen!"
- run: echo "${{ github.ref-name}}"
- run: echo "${{ !contains(github.ref-name, '-rc') }}"
- run: echo "${{ github.ref}}"
- run: echo "${{ !contains(github.ref, '-rc') }}"

manifest:
name: Create manifest
Expand Down

0 comments on commit 4015ff5

Please sign in to comment.