Add debug to workflow
Some checks failed
Build and Push Docker Image / build (push) Failing after 33s
Some checks failed
Build and Push Docker Image / build (push) Failing after 33s
This commit is contained in:
@@ -11,13 +11,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Debug auth vars
|
|
||||||
env:
|
|
||||||
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
|
|
||||||
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
|
|
||||||
run: |
|
|
||||||
echo "USER: $REGISTRY_USER"
|
|
||||||
echo "TOKEN LENGTH: ${#REGISTRY_TOKEN}"
|
|
||||||
|
|
||||||
- name: Login to Gitea Registry
|
- name: Login to Gitea Registry
|
||||||
env:
|
env:
|
||||||
@@ -30,8 +23,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
docker build -t gitea.umbra.mom/jay/pub-quiz:latest .
|
docker build -t gitea.umbra.mom:3000/jay/pub-quiz:latest .
|
||||||
|
|
||||||
- name: Push image
|
- name: Push image
|
||||||
run: |
|
run: |
|
||||||
docker push gitea.umbra.mom/jay/pub-quiz:latest
|
docker push gitea.umbra.mom:3000/jay/pub-quiz:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user