chore: fix docker publishing image step
This commit is contained in:
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@@ -349,5 +349,6 @@ jobs:
|
|||||||
- name: Publish SNJS Docker image as stable
|
- name: Publish SNJS Docker image as stable
|
||||||
if: "${{ contains(github.event.head_commit.message, 'skip e2e') == false }}"
|
if: "${{ contains(github.event.head_commit.message, 'skip e2e') == false }}"
|
||||||
run: |
|
run: |
|
||||||
|
docker pull standardnotes/snjs:${{ github.sha }}
|
||||||
docker tag standardnotes/snjs:${{ github.sha }} standardnotes/snjs:latest
|
docker tag standardnotes/snjs:${{ github.sha }} standardnotes/snjs:latest
|
||||||
docker push standardnotes/snjs:latest
|
docker push standardnotes/snjs:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user