Minor pump for diagnostic information.
Some checks failed
/ Build and Test CI Image (pull_request) Failing after 6s

This commit is contained in:
Pat Garrity 2024-03-24 10:13:32 -05:00
parent e4ddaa0fed
commit e1503bd072
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

View file

@ -25,5 +25,6 @@ jobs:
pre-commit run --all-files pre-commit run --all-files
- name: 'Build and Push Pre-Release' - name: 'Build and Push Pre-Release'
run: | run: |
echo "Building and pushing pre-release: $IMAGE_TAG"
podman build --tag "$IMAGE_TAG" . podman build --tag "$IMAGE_TAG" .
podman push "$IMAGE_TAG" podman push "$IMAGE_TAG"