mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 05:42:00 +08:00
Fixed push of docker hub description.
This commit is contained in:
parent
cb05ee9dfd
commit
74e1036af7
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…
x
Reference in New Issue
Block a user