Skip to content

Commit

Permalink
fix gh artifacts upload for docker images (#2562)
Browse files Browse the repository at this point in the history
  • Loading branch information
moukoublen authored Oct 14, 2024
1 parent ef2bbb9 commit 1fa73fa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/actions/docker-images/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ inputs:
docker-build-cache-folder:
description: 'Docker build cache folder'
required: false
default: '/tmp/.buildx-cache'
default: /tmp/.buildx-cache
docker-images-folder:
description: 'Docker build cache folder'
required: false
default: '/tmp/.docker-images'
default: /tmp/.docker-images

goos:
description: 'GOOS environment variable'
Expand Down Expand Up @@ -123,8 +123,7 @@ runs:
- if: ${{ inputs.build-docker-images == 'true' }}
name: Upload docker images
# Pin action version to 4.3.4 See https://github.com/actions/upload-artifact/issues/589
uses: actions/upload-artifact@v4.3.4
uses: actions/upload-artifact@v4
with:
name: docker-images
path: ${{ inputs.docker-images-folder }}
Expand Down

0 comments on commit 1fa73fa

Please sign in to comment.