Skip to content

Commit f65cb41

Browse files
author
MichaelOMike
committed
debug: commented-out push to repository
1 parent 1231538 commit f65cb41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656

5757
- run: docker tag $DOCKER_REPO:${{ steps.vars.outputs.sha_short }} $DOCKER_REPO:main
5858

59-
- run: docker push $DOCKER_REPO:${{ steps.vars.outputs.sha_short }}
59+
# - run: docker push $DOCKER_REPO:${{ steps.vars.outputs.sha_short }}
6060

61-
- run: docker push $DOCKER_REPO:main
61+
# - run: docker push $DOCKER_REPO:main

0 commit comments

Comments
 (0)