Update latest snjs image in Docker Hub - skip e2e
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -53,14 +53,12 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: yarn build:snjs
|
run: yarn build:snjs
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
if: "${{ contains(github.event.head_commit.message, 'skip e2e') == false }}"
|
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: Publish SNJS Docker image for E2E testing
|
- name: Publish SNJS Docker image for E2E testing
|
||||||
if: "${{ contains(github.event.head_commit.message, 'skip e2e') == false }}"
|
|
||||||
run: |
|
run: |
|
||||||
yarn docker build @standardnotes/snjs -t standardnotes/snjs:${{ github.sha }}
|
yarn docker build @standardnotes/snjs -t standardnotes/snjs:${{ github.sha }}
|
||||||
docker push standardnotes/snjs:${{ github.sha }}
|
docker push standardnotes/snjs:${{ github.sha }}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "@standardnotes/app-monorepo",
|
"name": "@standardnotes/app-monorepo",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": "Standard Notes.",
|
"author": "Standard Notes",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/standardnotes/app"
|
"url": "git://github.com/standardnotes/app"
|
||||||
|
|||||||
Reference in New Issue
Block a user