docker to .docker

This commit is contained in:
Jonathan Taylor
2023-08-21 17:41:26 -07:00
parent 58b6936b0e
commit 7c19e32f0a
3 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
file: docker/Dockerfile
file: .docker/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}