Skip to content

Commit d0fb58d

Browse files
committed
tweaks
1 parent 49a4ec5 commit d0fb58d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
publish:
1717
if: github.repository == 'crenshaw-dev/argocd-executor-plugin'
1818
runs-on: ubuntu-22.04
19-
env:
20-
GOPATH: /home/runner/work/argo-cd/argo-cd
2119
steps:
2220
- name: Checkout
2321
uses: actions/checkout@v3
@@ -29,7 +27,7 @@ jobs:
2927
uses: docker/login-action@v2
3028
with:
3129
username: ${{ secrets.DOCKERHUB_USERNAME }}
32-
password: ${{ secrets.DOCKERHUB_TOKEN }}
30+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
3331
- name: Build and push
3432
uses: docker/build-push-action@v3
3533
with:

0 commit comments

Comments
 (0)