Checkout step is needed for pushing the dockerhub description.
This commit is contained in:
parent
a10441e319
commit
f6ed2bb2c7
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build-image.yml
vendored
4
.github/workflows/build-image.yml
vendored
|
@ -131,6 +131,10 @@ jobs:
|
|||
run: |
|
||||
docker buildx imagetools inspect ${{ env.DOCKER_IMAGE_NAME }}:${{ steps.prep.outputs.version }}
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
if: ${{ steps.prep.outputs.release_type == 'standard' }}
|
||||
|
||||
- name: Dockerhub description
|
||||
if: ${{ steps.prep.outputs.release_type == 'standard' }}
|
||||
uses: peter-evans/dockerhub-description@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue