debug build workflow ref issue
Some checks failed
Build Image for Deployment / build (push) Failing after 53s

This commit is contained in:
Sirius 2024-06-16 22:57:20 +02:00
parent b76bb18664
commit 20b58e52bc
Signed by: Sirius
GPG key ID: 672CBCB42D6BA536

View file

@ -1,3 +1,4 @@
---
name: Build Image for Deployment
on:
push:
@ -20,6 +21,9 @@ jobs:
username: alice-bot
password: ${{ secrets.GT_TOKEN }}
- run: |
echo "Building tag ${{ gitea.ref_name }} | ${{ env.GITHUB_REF_NAME }}"
- name: Build and push
uses: docker/build-push-action@v5
with: