Skip to content

Commit

Permalink
Gha docker pull (#6600)
Browse files Browse the repository at this point in the history
* append docker pull command for the release to notes

---------

Signed-off-by: Justin Florentine <[email protected]>
  • Loading branch information
jflo authored Feb 21, 2024
1 parent 655167f commit ef75afb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}`

0 comments on commit ef75afb

Please sign in to comment.