Skip to content

Commit

Permalink
test docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
wlodarcp committed May 12, 2021
1 parent 30e7462 commit 626fb95
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
- name: build docker images for server and agent
run: mvn validate docker:build@build-docker -P docker-app -f ./judge-d-server/pom.xml
- name: push docker image
run: |
echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
docker push hltech/judge-d:latest
run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} && docker push hltech/judge-d
- name: push to heroku registry
run: |
docker login -u _ -p "$HEROKU_API_KEY" registry.heroku.com
Expand Down

0 comments on commit 626fb95

Please sign in to comment.