Skip to content

Commit

Permalink
Fix cache directory creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Deeds67 committed Jan 7, 2025
1 parent 8fc435a commit 5980154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Build and cache image from Dockerfile
run: |
mkdir -p /tmp/.docker-cache
mkdir -p /tmp/.docker-cache/${{ env.IMAGE_NAME }}
docker build -t ${{ env.IMAGE_NAME }}:${{ github.sha }} . --build-arg COMMIT_SHA=${{ github.sha }}
docker save ${{ env.IMAGE_NAME }}:${{ github.sha }} -o /tmp/.docker-cache/${{ env.IMAGE_NAME }}_${{ github.sha }}.tar
Expand Down

0 comments on commit 5980154

Please sign in to comment.