Gha docker pull (#6600)

* append docker pull command for the release to notes

---------

Signed-off-by: Justin Florentine <justin+github@florentine.us>
pull/6605/head 24.2.0-RC1
Justin Florentine 9 months ago committed by GitHub
parent 655167f96e
commit ef75afbe4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 13
      .github/workflows/docker.yml

@ -110,4 +110,15 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: multi-arch docker
run: ./gradlew manifestDocker -PdockerOrgName=${{ env.registry }}/${{ github.repository_owner }} -Pversion=${{github.ref_name}} -Prelease.releaseVersion=${{ github.ref_name }}
amendNotes:
needs: multiArch
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- name: add pull command to release notes
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
with:
append_body: true
body: |
`docker pull ${{env.registry}}/${{github.repository_owner}}:${{github.ref_name}}`

Loading…
Cancel
Save