fixed step output

This commit is contained in:
Tobias Lehmann
2026-03-25 10:55:32 +01:00
parent ee65bbfd42
commit 6efc4a3124

View File

@@ -38,7 +38,9 @@ jobs:
else else
IMAGE_TAG="latest" IMAGE_TAG="latest"
fi fi
echo "image_tag=${IMAGE_TAG}" echo "Identified IMAGE_TAG=${IMAGE_TAG}"
# Store the resolved image tag as an output for subsequent steps
echo "image_tag=${IMAGE_TAG}" >> "$GITHUB_OUTPUT"
- name: Build and push docker image - name: Build and push docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5