Fixed build image
All checks were successful
Build and push docker image / build (push) Successful in 26s

This commit is contained in:
2025-12-09 15:22:14 +01:00
parent bd6f751843
commit a9775727ee

View File

@@ -17,6 +17,6 @@ jobs:
username: ${{ gitea.actor }}
password: ${{ secrets.TOKEN }}
- 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
run: docker push git.gliroid.com/pupyrinth/chronolock-pack:latest