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