Fix pipeline.

This commit is contained in:
Michael Lipp 2024-06-18 13:20:32 +02:00
parent 581347b9e2
commit edb7bda3ac

View file

@ -17,8 +17,6 @@ build:
publish:
stage: publish
variables:
GIT_STRATEGY: none
script:
- podman build -t $IMAGE_TAG .
- podman push $IMAGE_TAG