Introducing automated builds for this image. (Bump) #1

Merged
pfm merged 6 commits from add-automated-builds into main 2024-03-24 15:57:46 +00:00
Showing only changes of commit e1503bd072 - Show all commits

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"