fixed runner
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 0s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 0s
This commit is contained in:
@@ -13,8 +13,14 @@ jobs:
|
||||
REGISTRY: gitea.dataprovider01.sandbox-cat-dat.simpl-europe.eu
|
||||
IMAGE_REPO: gitea.dataprovider01.sandbox-cat-dat.simpl-europe.eu/j.r/template-code-location
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Validate workspace
|
||||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
if [ ! -f "Dockerfile" ]; then
|
||||
echo "Dockerfile not found in workspace. Configure runner to provide repository checkout."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- name: Validate registry secrets
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user