Skip to content

Commit

Permalink
Update cd-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Florek committed Jun 20, 2020
1 parent cdbdac2 commit 6e052ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cd-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
env:
cache-name: cache-node-modules
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: node_modules
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
Expand Down Expand Up @@ -97,7 +96,6 @@ jobs:
env:
cache-name: cache-node-modules
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: node_modules
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
Expand All @@ -114,7 +112,7 @@ jobs:
env:
DOCKER_USER: ${{ secrets.DOCKER_RELEASE_USER }}
DOCKER_PASS: ${{ secrets.DOCKER_RELEASE_PASS }}
run: docker login -u $DOCKER_RELEASE_USER -p $DOCKER_RELEASE_PASS
run: docker login -u $DOCKER_USER -p $DOCKER_PASS

- name: Push Image
shell: bash
Expand Down

0 comments on commit 6e052ca

Please sign in to comment.