Skip to content

Commit

Permalink
specify outputs instead of tags
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Oct 21, 2024
1 parent 8142b96 commit 332ab97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: ${{ env.BUILD_ARGS }}
tags: ${{ env.BUILD_KIT_IMAGE_NAME }}
outputs: type=image,name=${{ env.BUILD_KIT_IMAGE_NAME }}
- name: Save build-kit image
run: |
docker save ${{ env.BUILD_KIT_IMAGE_NAME }} -o build-kit.tar
Expand Down

0 comments on commit 332ab97

Please sign in to comment.