Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sk81biz committed Jan 14, 2025
1 parent a692356 commit f979460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ jobs:
name: Create ${{ env.IMAGE_NAME_SRC }} list and push
working-directory: /tmp/digests/${{ env.IMAGE_NAME_SRC }}
run: |
docker buildx imagetools create -t ${{ env.REPOSITORY_NAME }}/${{ env.IMAGE_NAME_SRC }}:${{ env.TAG }} \
$(printf '${{ env.REPOSITORY_NAME }}/${{ env.IMAGE_NAME_SRC }}@sha256:%s ' *)
docker buildx imagetools create -t ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.IMAGE_NAME_SRC }}:${{ env.TAG }} \
$(printf '${{ secrets.DOCKERHUB_USERNAME }}/${{ env.IMAGE_NAME_SRC }}@sha256:%s ' *)
# - name: Show free space
Expand Down

0 comments on commit f979460

Please sign in to comment.