Skip to content

Commit 06c8921

Browse files
committed
Checkout step is needed for pushing the dockerhub description.
1 parent 2f15de1 commit 06c8921

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ jobs:
131131
run: |
132132
docker buildx imagetools inspect ${{ env.DOCKER_IMAGE_NAME }}:${{ steps.prep.outputs.version }}
133133
134+
- name: Checkout
135+
uses: actions/checkout@v3
136+
if: ${{ steps.prep.outputs.release_type == 'standard' }}
137+
134138
- name: Dockerhub description
135139
if: ${{ steps.prep.outputs.release_type == 'standard' }}
136140
uses: peter-evans/dockerhub-description@v3

0 commit comments

Comments
 (0)