We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d868c commit a5bcc91Copy full SHA for a5bcc91
.github/workflows/container.yml
@@ -26,6 +26,13 @@ jobs:
26
username: ${{ github.actor }}
27
password: ${{ secrets.GITHUB_TOKEN }}
28
29
+ - name: Login to Aliyun Registry
30
+ uses: docker/login-action@v1
31
+ with:
32
+ registry: ${{ secrets.DP_HARBOR_REGISTRY }}
33
+ username: ${{ secrets.DP_HARBOR_USERNAME }}
34
+ password: ${{ secrets.DP_HARBOR_PASSWORD }}
35
+
36
- name: Build and Push Container
37
uses: docker/build-push-action@v2
38
with:
0 commit comments