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 c6b0906 commit 5099e17Copy full SHA for 5099e17
.github/workflows/deploy.yaml
@@ -9,6 +9,5 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- 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
+ - run: docker build -t smaragda2/docker-learn -f Dockerfile.dev .
+ - run: docker run -e CI=true smaragda2/docker-learn npm test
0 commit comments