Skip to content

Commit

Permalink
ci: 🎡 update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mdasberg committed Nov 30, 2021
1 parent bab603a commit 4975a3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
registry-url: https://registry.npmjs.org
- name: install
run: yarn install --frozen-lockfile
- name: build
run: yarn build
- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand All @@ -27,6 +25,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: ngapimock/standalone:latest
env:
Expand Down

0 comments on commit 4975a3c

Please sign in to comment.