mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 05:42:00 +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: |
|
||||
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
|
||||
if: ${{ steps.prep.outputs.release_type == 'standard' }}
|
||||
uses: peter-evans/dockerhub-description@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user