We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31f22a0 + 3b90012 commit 2a50d59Copy full SHA for 2a50d59
1 file changed
.github/workflows/github-actions.yml
@@ -82,7 +82,7 @@ jobs:
82
if: contains(github.ref, 'dev')
83
run: |
84
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
85
- docker build -f Dockerfile-dev -t ${{ secrets.DOCKER_USERNAME }}/checkit .
+ docker build -f Dockerfile-dev -t ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}/checkit .
86
docker push ${{ secrets.DOCKER_USERNAME }}/checkit
87
88
## deploy to production
0 commit comments