fix typo
All checks were successful
Deploy to Production / build-and-deploy (push) Successful in 2m12s
All checks were successful
Deploy to Production / build-and-deploy (push) Successful in 2m12s
This commit is contained in:
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile.web
|
||||
file: ./Dockerfile
|
||||
push: false
|
||||
load: true
|
||||
tags: ${{ env.PROJECT_NAME }}:test
|
||||
|
||||
Reference in New Issue
Block a user