Skip to content

Commit 5099e17

Browse files
committed
fix github action commands
1 parent c6b0906 commit 5099e17

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
13-
- run: docker build -t cygnetops/react-test -f Dockerfile.dev .
14-
- run: docker run -e CI=true cygnetops/react-test npm test
12+
- run: docker build -t smaragda2/docker-learn -f Dockerfile.dev .
13+
- run: docker run -e CI=true smaragda2/docker-learn npm test

0 commit comments

Comments
 (0)