Skip to content

Commit 1bcd948

Browse files
phracekfrenzymadness
authored andcommitted
Fix typo in 'build-and-push-action'
For C10S images should be used SCLORG and not FEDORA Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent 0fd4d13 commit 1bcd948

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,16 @@ jobs:
121121
- dockerfile: "3.13/Dockerfile.c10s"
122122
docker_context: "3.13"
123123
registry_namespace: "sclorg"
124-
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
125-
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
124+
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
125+
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
126126
tag: "c10s"
127127
image_name: "python-313-c10s"
128128

129129
- dockerfile: "3.13-minimal/Dockerfile.c10s"
130130
docker_context: "3.13-minimal"
131131
registry_namespace: "sclorg"
132-
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
133-
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
132+
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
133+
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
134134
tag: "c10s"
135135
image_name: "python-313-minimal-c10s"
136136

0 commit comments

Comments
 (0)