refactor(ci): rename job step from 'Push images (SHA and HASS_VERSION)' to 'Publish image' in build workflow
Some checks failed
publish / build-and-publish (push) Has been cancelled
publish / promote-and-deploy (push) Has been cancelled
publish / deploy (push) Has been cancelled

This commit is contained in:
2025-10-21 16:14:57 +02:00
parent 8130785060
commit 02503f098b

View File

@@ -79,7 +79,7 @@ jobs:
echo "HASS_VERSION=$HASS_VERSION" >> "$GITHUB_OUTPUT" echo "HASS_VERSION=$HASS_VERSION" >> "$GITHUB_OUTPUT"
echo "== Building ${RELEASE_IMAGE_NAME}:${GITHUB_SHA}" echo "== Building ${RELEASE_IMAGE_NAME}:${GITHUB_SHA}"
podman build --pull-always --format docker -t "${RELEASE_IMAGE_NAME}:${GITHUB_SHA}" . podman build --pull-always --format docker -t "${RELEASE_IMAGE_NAME}:${GITHUB_SHA}" .
- name: Push images (SHA and HASS_VERSION) - name: Publish image
working-directory: ${{ github.workspace }} working-directory: ${{ github.workspace }}
run: | run: |
set -euo pipefail set -euo pipefail