added docker build command
pipeline / demo (push) Successful in 6s
pipeline / Test (push) Successful in 38s
pipeline / Deploy (push) Successful in 3s

This commit is contained in:
brb
2023-07-11 15:37:35 +02:00
parent a81e2a89c9
commit 182a2f70b6
+3 -1
View File
@@ -51,5 +51,7 @@ jobs:
# docker build . --file Dockerfile --tag ${{}} # docker build . --file Dockerfile --tag ${{}}
echo "test message" echo "test message"
echo "below follows gitea.actor:" echo "below follows gitea.actor:"
echo "${{ gitea.actor }}" echo "${{ gitea.repository }}"
docker build . --file Dockerfile --tag ${{ gitea.repository }}
echo docker images