Skip to content

Commit

Permalink
Automatic update description on quay.io
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Jun 7, 2024
1 parent d02a395 commit fa3b787
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ jobs:
matrix:
include:
- dockerfile: "8.0/Dockerfile.c9s"
docker_context: 8.0
registry_namespace: "sclorg"
tag: "c9s"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
image_name: "mysql-80-c9s"

- dockerfile: "8.0/Dockerfile.fedora"
docker_context: 8.0
registry_namespace: "fedora"
tag: "80"
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
Expand All @@ -38,3 +40,5 @@ jobs:
dockerfile: ${{ matrix.dockerfile }}
tag: ${{ matrix.tag }}
image_name: ${{ matrix.image_name }}
readme: "${{ matrix.docker_context }}/README.md"
quay_application_token: ${{ secrets.QUAY_IMAGE_SCLORG_UPDATE_DESC }}

0 comments on commit fa3b787

Please sign in to comment.