Skip to content

Commit

Permalink
save directly in file
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 bdc61eb commit 58a1b97
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
needs:
- setup-env
env:
BUILD_KIT_IMAGE_NAME: local/build-kit-${{ github.event.repository.name }}:latest
BUILD_KIT_IMAGE_NAME: local/build-kit-${{ github.event.repository.name }}
PLATFORMS: linux/amd64
BUILD_ARGS: |
BASE_IMAGE_TAG=${{ needs.setup-env.outputs.tag_everest_ci }}
Expand Down Expand Up @@ -289,9 +289,7 @@ jobs:
cache-to: type=gha,mode=max
build-args: ${{ env.BUILD_ARGS }}
tags: ${{ env.BUILD_KIT_IMAGE_NAME }}
- name: Save build-kit image
run: |
docker save ${{ env.BUILD_KIT_IMAGE_NAME }} -o build-kit.tar
outputs: type=docker,dest=build-kit.tar
- name: Upload build-kit image
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 58a1b97

Please sign in to comment.