Fixed build image
All checks were successful
Build and push docker image / build (push) Successful in 26s
All checks were successful
Build and push docker image / build (push) Successful in 26s
This commit is contained in:
@@ -17,6 +17,6 @@ jobs:
|
|||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ secrets.TOKEN }}
|
password: ${{ secrets.TOKEN }}
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: docker build -t git.gliroid.com/pupyrinth/chronolock-pack:latest
|
run: docker build -t git.gliroid.com/pupyrinth/chronolock-pack:latest .
|
||||||
- name: Push image
|
- name: Push image
|
||||||
run: docker push git.gliroid.com/pupyrinth/chronolock-pack:latest
|
run: docker push git.gliroid.com/pupyrinth/chronolock-pack:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user