Fixed push of docker hub description.
This commit is contained in:
parent
cb05ee9dfd
commit
74e1036af7
1 changed files with 1 additions and 6 deletions
7
.github/workflows/build-image.yml
vendored
7
.github/workflows/build-image.yml
vendored
|
@ -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() }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue