This commit is contained in:
Luke Gustafson
2024-11-27 01:18:23 +00:00
parent ea66cb206c
commit 552cb53612
3 changed files with 54 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: Dockerfile
file: ./docker/Dockerfile
push: true
tags: ghcr.io/${{ env.REPO_OWNER }}/ssh-project:${{ github.run_id }}