Move Dockerfile to prevent unnecessary cache dirtying
This commit is contained in:
parent
a8f7fee179
commit
b5a10b35b9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/flaskr-ci.yaml
vendored
2
.github/workflows/flaskr-ci.yaml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue