Skip to content

Commit

Permalink
chore: fix docker publishing image step
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Sójko committed Oct 14, 2022
1 parent 38385de commit dc96b38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dc96b38

Please sign in to comment.