Update .gitea/workflows/docker-build-and-push.yml
Build and Push Docker Image / docker (push) Failing after 2s
Build and Push Docker Image / docker (push) Failing after 2s
This commit is contained in:
@@ -10,6 +10,14 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Check CI secrets
|
||||
run: |
|
||||
echo "CI_USERNAME length: ${#CI_USERNAME}"
|
||||
echo "CI_TOKEN length: ${#CI_TOKEN}"
|
||||
if [ -z "$CI_TOKEN" ]; then
|
||||
echo "CI_TOKEN IS EMPTY"
|
||||
exit 1
|
||||
fi
|
||||
- name: Checkout source
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user