Skip to content

Commit 5055ae6

Browse files
authored
Fix typo in operator Image build github action
1 parent c20503f commit 5055ae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/operator-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
make image-build -e IMG=quay.io/project-codeflare/codeflare-operator:${SOURCE_TAG}
4646
podman tag quay.io/project-codeflare/codeflare-operator:${SOURCE_TAG} quay.io/project-codeflare/codeflare-operator:latest
4747
env:
48-
SOURCE_TAG: ${{ github.event.inputs.tags }}
48+
SOURCE_TAG: ${{ github.event.inputs.tag }}
4949

5050
- name: Image Push
5151
run: |
5252
make image-push -e IMG=quay.io/project-codeflare/codeflare-operator:${SOURCE_TAG}
5353
make image-push -e IMG=quay.io/project-codeflare/codeflare-operator:latest
5454
env:
55-
SOURCE_TAG: ${{ github.event.inputs.tags }}
55+
SOURCE_TAG: ${{ github.event.inputs.tag }}

0 commit comments

Comments
 (0)