Remove Docker image push step from deployment workflow
All checks were successful
Deploy / build-and-deploy (push) Successful in 31m9s
All checks were successful
Deploy / build-and-deploy (push) Successful in 31m9s
This commit is contained in:
@@ -58,7 +58,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: markdownblog-docker-image
|
||||
path: markdownblog-image.tar
|
||||
|
||||
- name: Push Docker image
|
||||
run: docker push localhost:3002/rattatwinko/markdownblog:latest
|
||||
path: markdownblog-image.tar
|
||||
Reference in New Issue
Block a user