We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0991ac commit f3e589aCopy full SHA for f3e589a
1 file changed
.github/workflows/build.yaml
@@ -69,7 +69,7 @@ jobs:
69
with:
70
context: .
71
file: dockerfiles/dnf/Dockerfile
72
- push: ${{ steps.set_tag.outputs.push }}
+ push: ${{ steps.set_tag.outputs.push == "true" }}
73
tags: ghcr.io/openchami/image-build:${{ steps.set_tag.outputs.tag }}
74
75
- name: Build and push Docker image (EL9)
@@ -79,7 +79,7 @@ jobs:
79
80
81
file: dockerfiles/dnf/Dockerfile.el9
82
83
tags: ghcr.io/openchami/image-build-el9:${{ steps.set_tag.outputs.tag }}
84
85
- name: Generate release notes
0 commit comments