debug build workflow ref issue
Some checks failed
Build Image for Deployment / build (push) Failing after 53s
Some checks failed
Build Image for Deployment / build (push) Failing after 53s
This commit is contained in:
parent
b76bb18664
commit
20b58e52bc
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
name: Build Image for Deployment
|
name: Build Image for Deployment
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -20,6 +21,9 @@ jobs:
|
||||||
username: alice-bot
|
username: alice-bot
|
||||||
password: ${{ secrets.GT_TOKEN }}
|
password: ${{ secrets.GT_TOKEN }}
|
||||||
|
|
||||||
|
- run: |
|
||||||
|
echo "Building tag ${{ gitea.ref_name }} | ${{ env.GITHUB_REF_NAME }}"
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue