We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ba338 commit b19a803Copy full SHA for b19a803
.github/workflows/release.yml
@@ -5,24 +5,7 @@ on:
5
name: Release
6
7
jobs:
8
- test:
9
- runs-on: ubuntu-latest
10
-
11
- steps:
12
- - name: Checkout
13
- uses: actions/checkout@v2
14
15
- - name: Use Node.js v10
16
- uses: actions/setup-node@v1
17
- with:
18
- node-version: 10.x
19
20
- - name: yarn install, lint and test
21
- run: |
22
- yarn install --frozen-lockfile
23
- yarn lint
24
buildECR:
25
- needs: test
26
27
name: Build image and push to Amazon ECR
28
runs-on: ubuntu-latest
@@ -58,7 +41,6 @@ jobs:
58
41
docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest
59
42
60
43
buildDocker:
61
62
44
63
45
name: Build image and push to Docker Hub
64
46
0 commit comments