chore: fix docker publishing image step

This commit is contained in:
Karol Sójko
2022-10-14 13:51:13 +02:00
parent 38385dee90
commit dc96b38c52

View File

@@ -349,5 +349,6 @@ jobs:
- name: Publish SNJS Docker image as stable
if: "${{ contains(github.event.head_commit.message, 'skip e2e') == false }}"
run: |
docker pull standardnotes/snjs:${{ github.sha }}
docker tag standardnotes/snjs:${{ github.sha }} standardnotes/snjs:latest
docker push standardnotes/snjs:latest