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.
1 parent c20503f commit 5055ae6Copy full SHA for 5055ae6
.github/workflows/operator-image.yml
@@ -45,11 +45,11 @@ jobs:
45
make image-build -e IMG=quay.io/project-codeflare/codeflare-operator:${SOURCE_TAG}
46
podman tag quay.io/project-codeflare/codeflare-operator:${SOURCE_TAG} quay.io/project-codeflare/codeflare-operator:latest
47
env:
48
- SOURCE_TAG: ${{ github.event.inputs.tags }}
+ SOURCE_TAG: ${{ github.event.inputs.tag }}
49
50
- name: Image Push
51
run: |
52
make image-push -e IMG=quay.io/project-codeflare/codeflare-operator:${SOURCE_TAG}
53
make image-push -e IMG=quay.io/project-codeflare/codeflare-operator:latest
54
55
0 commit comments