fix workflow
Some checks failed
Docker Build Smart Logic / Build amd64 & arm64 (push) Failing after 4s
Some checks failed
Docker Build Smart Logic / Build amd64 & arm64 (push) Failing after 4s
This commit is contained in:
@@ -136,11 +136,11 @@ jobs:
|
||||
echo "DOCKER_TAGS=$TAGS" >> $GITEA_ENV
|
||||
|
||||
- name: Load versions.env
|
||||
shell: bash
|
||||
id: load_env
|
||||
run: |
|
||||
echo "Lade versions.env"
|
||||
set -a
|
||||
source versions.env
|
||||
. versions.env
|
||||
set +a
|
||||
# Schreibe die wichtigsten Variablen ins GITEA_ENV für weitere Steps
|
||||
echo "BASE_IMAGE=$BASE_IMAGE" >> $GITEA_ENV
|
||||
|
||||
Reference in New Issue
Block a user