Skip to content

Commit

Permalink
fix: yet another docker artifact try
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelTaranto committed Jun 5, 2024
1 parent 26c2fbd commit 5ac393f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ jobs:
context: .
file: build-scripts/Dockerfile.ci
load: true
tags: ci_image:latest
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new

- name: Extract artifact from Docker image
run: |
docker create --name extract_artifact ${{ github.sha }}
docker create --name extract_artifact ci_image:latest
docker cp extract_artifact:/lamassu/lamassu-machine/build/codebase/update.tar ./update.tar
docker rm extract_artifact
Expand Down

0 comments on commit 5ac393f

Please sign in to comment.