Skip to content

Commit

Permalink
Merge pull request #21 from theohbrothers/fix/ci-remove-unneeded-dock…
Browse files Browse the repository at this point in the history
…erhub-registry-user-in-prep-step-of-build-x-jobs

Fix (ci): Remove unneeded `DOCKERHUB_REGISTRY_USER` in `prep` step of `build-*` jobs
  • Loading branch information
leojonathanoh authored Oct 30, 2022
2 parents 551855f + 9c1aa7c commit e956206
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/ci-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
- name: Prepare
id: prep
env:
DOCKERHUB_REGISTRY_USER: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
run: |
set -e
Expand Down Expand Up @@ -180,8 +178,6 @@ jobs:
- name: Prepare
id: prep
env:
DOCKERHUB_REGISTRY_USER: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
run: |
set -e
Expand Down Expand Up @@ -308,8 +304,6 @@ jobs:
- name: Prepare
id: prep
env:
DOCKERHUB_REGISTRY_USER: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
run: |
set -e
Expand Down Expand Up @@ -436,8 +430,6 @@ jobs:
- name: Prepare
id: prep
env:
DOCKERHUB_REGISTRY_USER: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
run: |
set -e
Expand Down Expand Up @@ -564,8 +556,6 @@ jobs:
- name: Prepare
id: prep
env:
DOCKERHUB_REGISTRY_USER: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
run: |
set -e
Expand Down Expand Up @@ -692,8 +682,6 @@ jobs:
- name: Prepare
id: prep
env:
DOCKERHUB_REGISTRY_USER: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
run: |
set -e
Expand Down Expand Up @@ -820,8 +808,6 @@ jobs:
- name: Prepare
id: prep
env:
DOCKERHUB_REGISTRY_USER: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
run: |
set -e
Expand Down Expand Up @@ -948,8 +934,6 @@ jobs:
- name: Prepare
id: prep
env:
DOCKERHUB_REGISTRY_USER: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
run: |
set -e
Expand Down Expand Up @@ -1076,8 +1060,6 @@ jobs:
- name: Prepare
id: prep
env:
DOCKERHUB_REGISTRY_USER: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
run: |
set -e
Expand Down Expand Up @@ -1204,8 +1186,6 @@ jobs:
- name: Prepare
id: prep
env:
DOCKERHUB_REGISTRY_USER: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
run: |
set -e
Expand Down Expand Up @@ -1332,8 +1312,6 @@ jobs:
- name: Prepare
id: prep
env:
DOCKERHUB_REGISTRY_USER: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
run: |
set -e
Expand Down Expand Up @@ -1460,8 +1438,6 @@ jobs:
- name: Prepare
id: prep
env:
DOCKERHUB_REGISTRY_USER: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
run: |
set -e
Expand Down Expand Up @@ -1588,8 +1564,6 @@ jobs:
- name: Prepare
id: prep
env:
DOCKERHUB_REGISTRY_USER: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
run: |
set -e
Expand Down Expand Up @@ -1716,8 +1690,6 @@ jobs:
- name: Prepare
id: prep
env:
DOCKERHUB_REGISTRY_USER: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
run: |
set -e
Expand Down Expand Up @@ -1844,8 +1816,6 @@ jobs:
- name: Prepare
id: prep
env:
DOCKERHUB_REGISTRY_USER: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
run: |
set -e
Expand Down Expand Up @@ -1972,8 +1942,6 @@ jobs:
- name: Prepare
id: prep
env:
DOCKERHUB_REGISTRY_USER: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
run: |
set -e
Expand Down Expand Up @@ -2100,8 +2068,6 @@ jobs:
- name: Prepare
id: prep
env:
DOCKERHUB_REGISTRY_USER: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
run: |
set -e
Expand Down Expand Up @@ -2228,8 +2194,6 @@ jobs:
- name: Prepare
id: prep
env:
DOCKERHUB_REGISTRY_USER: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
run: |
set -e
Expand Down Expand Up @@ -2356,8 +2320,6 @@ jobs:
- name: Prepare
id: prep
env:
DOCKERHUB_REGISTRY_USER: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
run: |
set -e
Expand Down Expand Up @@ -2484,8 +2446,6 @@ jobs:
- name: Prepare
id: prep
env:
DOCKERHUB_REGISTRY_USER: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
run: |
set -e
Expand Down
2 changes: 0 additions & 2 deletions generate/templates/.github/workflows/ci-master-pr.yml.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ $VARIANTS | % {
- name: Prepare
id: prep
env:
DOCKERHUB_REGISTRY_USER: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
run: |
set -e
Expand Down

0 comments on commit e956206

Please sign in to comment.