Skip to content

Commit ddfe276

Browse files
Merge pull request #5 from theohbrothers/fix/ci-remove-unneeded-dockerhub-registry-user-in-prep-step-of-build-x-jobs
Fix (ci): Remove unneeded `DOCKERHUB_REGISTRY_USER` in `prep` step of `build-*` jobs
2 parents 498d210 + 671d968 commit ddfe276

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

generate/templates/.github/workflows/ci-master-pr.yml.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ $VARIANTS | % {
6161
6262
- name: Prepare
6363
id: prep
64-
env:
65-
DOCKERHUB_REGISTRY_USER: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
6664
run: |
6765
set -e
6866

0 commit comments

Comments
 (0)