Remove Docker image push step from deployment workflow
All checks were successful
Deploy / build-and-deploy (push) Successful in 31m9s

This commit is contained in:
2025-07-06 12:11:18 +02:00
parent 09a673b65b
commit 7d387080f5

View File

@@ -59,6 +59,3 @@ jobs:
with: with:
name: markdownblog-docker-image name: markdownblog-docker-image
path: markdownblog-image.tar path: markdownblog-image.tar
- name: Push Docker image
run: docker push localhost:3002/rattatwinko/markdownblog:latest