Fixed push of docker hub description.

This commit is contained in:
Jocelyn Le Sage 2022-10-09 22:50:08 -04:00
parent cb05ee9dfd
commit 74e1036af7

View File

@ -129,11 +129,6 @@ jobs:
run: |
docker buildx imagetools inspect ${{ env.DOCKER_IMAGE_NAME }}:${{ steps.prep.outputs.version }}
post-build:
name: Post-build
needs: [ build ]
runs-on: ubuntu-20.04
steps:
- name: Dockerhub description
if: ${{ steps.prep.outputs.release_type == 'standard' }}
uses: peter-evans/dockerhub-description@v3
@ -145,7 +140,7 @@ jobs:
notification:
name: Notification
needs: [ build, post-build ]
needs: [ build ]
runs-on: ubuntu-20.04
if: ${{ always() }}