fix: move Dockerfile to root dir
This commit is contained in:
parent
29aed9f613
commit
c43457420a
2 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: "{{defaultContext}}:docker"
|
||||
context: .
|
||||
push: true
|
||||
tags: latest
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
|
|||
Reference in a new issue