We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0356498 commit b26a38dCopy full SHA for b26a38d
.github/workflows/server_cd_release.yml
@@ -99,6 +99,8 @@ jobs:
99
key: ${{ secrets.ORACLE_INSTANCE_RELEASE_PRIVATE_KEY }}
100
port: ${{ secrets.ORACLE_INSTANCE_RELEASE_PORT }}
101
script: |
102
+ echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
103
+
104
docker pull ${{ secrets.DOCKER_IMAGE_RELEASE }}:latest
105
106
echo $(whoami)
0 commit comments