Skip to content

Commit 8e9b1f6

Browse files
author
MichaelOMike
committed
fix: renamed test workflow file format to yml from yaml
1 parent f65cb41 commit 8e9b1f6

File tree

2 files changed

+2
-2
lines changed

2 files 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)