mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 13:52:02 +08:00
Checkout step is needed for pushing the dockerhub description.
This commit is contained in:
parent
a10441e319
commit
f6ed2bb2c7
4
.github/workflows/build-image.yml
vendored
4
.github/workflows/build-image.yml
vendored
@ -131,6 +131,10 @@ 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 }}
|
||||||
|
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
if: ${{ steps.prep.outputs.release_type == 'standard' }}
|
||||||
|
|
||||||
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user