Skip to content

Commit 872d552

Browse files
committed
fix: remove id in main.yaml
1 parent 21b6e5d commit 872d552

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,14 @@ jobs:
1919
- name: Set up Docker Buildx
2020
uses: docker/setup-buildx-action@master
2121

22-
- name: Login to ACR
22+
- name: Login to Aliyun ACR
2323
uses: aliyun/acr-login@master
2424
with:
2525
login-server: https://registry.cn-shanghai.aliyuncs.com
2626
username: ${{ secrets.ACR_USERNAME }}
2727
password: ${{ secrets.ACR_PASSWORD }}
2828

29-
- name: Build and push
30-
id: docker_build
29+
- name: Build and push Aliyun ACR
3130
uses: docker/build-push-action@master
3231
with:
3332
push: true
@@ -41,8 +40,7 @@ jobs:
4140
username: ${{ secrets.DOCKERHUB_USERNAME }}
4241
password: ${{ secrets.DOCKERHUB_TOKEN }}
4342

44-
- name: Build and push
45-
id: docker_build
43+
- name: Build and push to DockerHub
4644
uses: docker/build-push-action@master
4745
with:
4846
push: true

0 commit comments

Comments
 (0)