We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1270862 + 6842393 commit 2688a66Copy full SHA for 2688a66
.github/workflows/edpm-bootc.yaml
@@ -40,11 +40,13 @@ jobs:
40
41
- name: Set latest tag for non main branch
42
if: "${{ steps.branch-name.outputs.current_branch != 'main' }}"
43
+ shell: bash
44
run: |
45
echo "latesttag=${{ steps.branch-name.outputs.current_branch }}-latest" >> $GITHUB_ENV
46
47
- name: Build edpm-bootc
48
id: build-edpm-bootc
49
50
51
cd bootc
52
export EDPM_BOOTC_TAG=${latesttag}
@@ -61,6 +63,7 @@ jobs:
61
63
password: ${{ secrets.QUAY_PASSWORD }}
62
64
65
- name: Print image url and digest
66
67
68
echo "Image pushed to ${{ steps.push-edpm-bootc.outputs.registry-paths }}"
69
echo "Image digest: ${{ steps.push-edpm-bootc.outputs.digest }}"
0 commit comments