Move Dockerfile to prevent unnecessary cache dirtying

This commit is contained in:
ted-cdw 2023-02-22 09:43:41 -05:00
parent 646cf24a70
commit a8f7fee179
2 changed files with 1 additions and 0 deletions

View file

@ -68,6 +68,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: examples/tutorial
file: ../Dockerfile
push: true
tags: "ghcr.io/${{ env.REPO_LOWER_CASE }}:${{ env.SHA_SHORT }}"
cache-from: type=local,src=${{ env.CACHE_DIR }}