Skip to content

Commit

Permalink
Automatic update description on quay.io (#302)
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Jun 19, 2024
1 parent 22cedba commit 315d864
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 @@ -62,6 +62,8 @@ jobs:
image_name: "s2i-core${{ matrix.suffix }}"
tag: ${{ matrix.tag }}
archs: ${{ matrix.arch }}
readme: "core/README.md"
quay_application_token: ${{ secrets.QUAY_IMAGE_SCLORG_UPDATE_DESC }}


- name: Build and push s2i-base to quay.io registry
Expand All @@ -76,3 +78,5 @@ jobs:
tag: ${{ matrix.tag }}
use_default_tags: ${{ matrix.use_default_tags }}
archs: ${{ matrix.arch }}
readme: "base/README.md"
quay_application_token: ${{ secrets.QUAY_IMAGE_SCLORG_UPDATE_DESC }}

0 comments on commit 315d864

Please sign in to comment.