We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c607f41 commit b3ac312Copy full SHA for b3ac312
1 file changed
.github/workflows/main.yml
@@ -149,9 +149,11 @@ jobs:
149
chmod 700 ~/.ssh
150
ssh-keyscan ${{ secrets.SPRINT_SERVER }} >> ~/.ssh/known_hosts
151
chmod 644 ~/.ssh/known_hosts
152
+ ls -a
153
export DOCKER_HOST="ssh://gitlab@${{ secrets.SPRINT_SERVER }}"
- docker login -u openplatform -p CyGnkzv40yt
154
+ docker login -u ${{ secrets.DOCKERHUB_USER_NAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }}
155
docker-compose -f docker-compose-server.yml up -d
156
+ docker image ls --filter reference=openplatform/open-state:${{ github.event.release.tag_name }} -q | tail -n +4 | xargs --no-run-if-empty docker image rm
157
158
159
0 commit comments