Skip to content

Commit

Permalink
Use latest build-kit
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Jan 22, 2024
1 parent 738bd5d commit 8a9e782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
rsync -a source/.ci/build-kit/ scripts
- name: Pull build-kit image
run: |
docker pull --quiet ghcr.io/everest/build-kit-alpine:refactor-error-classes
docker image tag ghcr.io/everest/build-kit-alpine:refactor-error-classes build-kit
docker pull --quiet ghcr.io/everest/build-kit-alpine:latest
docker image tag ghcr.io/everest/build-kit-alpine:latest build-kit
- name: Compile
run: |
docker run \
Expand Down

0 comments on commit 8a9e782

Please sign in to comment.