Provide path context over git hash
This commit is contained in:
parent
a45b14d39d
commit
aaddbeae7f
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ jobs:
|
||||||
- name: Push image
|
- name: Push image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
docker.atomaka.com/atomaka.com:latest
|
docker.atomaka.com/atomaka.com:latest
|
||||||
|
|
Loading…
Reference in a new issue