Introducing automated builds for this image. (Bump) #1
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue