We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a67086 commit 7defd80Copy full SHA for 7defd80
1 file changed
.github/workflows/main.yml
@@ -150,6 +150,10 @@ jobs:
150
ssh-keyscan ${{ secrets.SPRINT_SERVER }} >> ~/.ssh/known_hosts
151
chmod 644 ~/.ssh/known_hosts
152
export DOCKER_HOST="ssh://gitlab@${{ secrets.SPRINT_SERVER }}"
153
+ docker login -u ${{ secrets.DOCKERHUB_USER_NAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }} hub.docker.com
154
+ docker-compose -f docker-compose-server.yml up -d
155
+
156
157
158
159
0 commit comments