Skip to content

Commit

Permalink
reuse docker layers during build
Browse files Browse the repository at this point in the history
  • Loading branch information
nilscox committed Jan 31, 2025
1 parent 6654a85 commit 0478b96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
gcloud auth configure-docker
- name: Pull docker image
run: docker pull "$DOCKER_IMAGE:$REF_NAME-latest"

- name: Build docker image
run: |
docker build --rm=false \
Expand Down

0 comments on commit 0478b96

Please sign in to comment.