Skip to content

Commit

Permalink
Use proper useraccount and token for pushing to c10s
Browse files Browse the repository at this point in the history
  • Loading branch information
phracek committed Oct 2, 2024
1 parent 0078ee1 commit fab452d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- dockerfile: "8.3/Dockerfile.c10s"
docker_context: "8.3"
registry_namespace: "sclorg"
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
tag: "c10s"
image_name: "php-83-c10s"

Expand Down

0 comments on commit fab452d

Please sign in to comment.