Skip to content

Commit 68a5520

Browse files
authored
fix: duplicate harbor (#284)
1 parent f9767d0 commit 68a5520

3 files changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/build-push-armiarma.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ jobs:
6666
DOCKER_PASSWORD: "${{ secrets.DOCKER_PASSWORD }}"
6767
MACOS_PASSWORD: "${{ secrets.MACOS_PASSWORD }}"
6868
GOPROXY: "${{ vars.GOPROXY }}"
69-
HARBOR_USERNAME: "${{ vars.HARBOR_USERNAME }}"
70-
HARBOR_PASSWORD: "${{ secrets.HARBOR_PASSWORD }}"
71-
harbor_registry: ${{ vars.HARBOR_REGISTRY }}
7269

7370
# This step captures the git commit hash from the deploy action for job output, which can then be
7471
# used by the manifest job. This is done to handle scenarios where there is a commit to the remote

.github/workflows/build-push-beacon-metrics-gazer.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,10 @@ jobs:
6363
HARBOR_USERNAME: "${{ vars.HARBOR_USERNAME }}"
6464
HARBOR_PASSWORD: "${{ secrets.HARBOR_PASSWORD }}"
6565
git_commit_hash: ${{ needs.deploy.outputs.git_commit_hash }}
66-
6766
DOCKER_USERNAME: "${{ vars.DOCKER_USERNAME }}"
6867
DOCKER_PASSWORD: "${{ secrets.DOCKER_PASSWORD }}"
6968
MACOS_PASSWORD: "${{ secrets.MACOS_PASSWORD }}"
7069
GOPROXY: "${{ vars.GOPROXY }}"
71-
HARBOR_USERNAME: "${{ vars.HARBOR_USERNAME }}"
72-
HARBOR_PASSWORD: "${{ secrets.HARBOR_PASSWORD }}"
73-
harbor_registry: ${{ vars.HARBOR_REGISTRY }}
7470

7571
# This step captures the git commit hash from the deploy action for job output
7672
- name: Set job output

.github/workflows/build-push-execution-monitor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ jobs:
6666
DOCKER_PASSWORD: "${{ secrets.DOCKER_PASSWORD }}"
6767
MACOS_PASSWORD: "${{ secrets.MACOS_PASSWORD }}"
6868
GOPROXY: "${{ vars.GOPROXY }}"
69-
HARBOR_USERNAME: "${{ vars.HARBOR_USERNAME }}"
70-
HARBOR_PASSWORD: "${{ secrets.HARBOR_PASSWORD }}"
71-
harbor_registry: ${{ vars.HARBOR_REGISTRY }}
69+
7270
# This step captures the git commit hash from the deploy action for job output
7371
- name: Set job output
7472
id: set_output

0 commit comments

Comments
 (0)