Skip to content

Commit

Permalink
Added README push to Quay.io
Browse files Browse the repository at this point in the history
  • Loading branch information
nohoster committed Feb 28, 2024
1 parent 5ff99e3 commit 8ee666e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,16 @@ jobs:
run: |
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
$(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
- name: Oush README to Quay.io
uses: christian-korneck/update-container-description-action@v1
env:
DOCKER_APIKEY: ${{ secrets.APIKEY__QUAY_IO }}
with:
destination_container_repo: quay.io/redlib/redlib
provider: quay
readme_file: 'README.md'

-
name: Inspect image
run: |
Expand Down

0 comments on commit 8ee666e

Please sign in to comment.