Move Dockerfile to prevent unnecessary cache dirtying

This commit is contained in:
ted-cdw 2023-02-22 09:46:02 -05:00
parent a8f7fee179
commit b5a10b35b9

View file

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