refactor(ci): rename job step from 'Push images (SHA and HASS_VERSION)' to 'Publish image' in build workflow
This commit is contained in:
@@ -79,7 +79,7 @@ jobs:
|
||||
echo "HASS_VERSION=$HASS_VERSION" >> "$GITHUB_OUTPUT"
|
||||
echo "== Building ${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 }}
|
||||
run: |
|
||||
set -euo pipefail
|
||||
|
||||
Reference in New Issue
Block a user