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: |
|
run: |
|
||||||
docker buildx imagetools inspect ${{ env.DOCKER_IMAGE_NAME }}:${{ steps.prep.outputs.version }}
|
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
|
- name: Dockerhub description
|
||||||
if: ${{ steps.prep.outputs.release_type == 'standard' }}
|
if: ${{ steps.prep.outputs.release_type == 'standard' }}
|
||||||
uses: peter-evans/dockerhub-description@v3
|
uses: peter-evans/dockerhub-description@v3
|
||||||
@ -145,7 +140,7 @@ jobs:
|
|||||||
|
|
||||||
notification:
|
notification:
|
||||||
name: Notification
|
name: Notification
|
||||||
needs: [ build, post-build ]
|
needs: [ build ]
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user