Skip to content

Commit 47bddb3

Browse files
committed
remove docker credentials from publish* images
Signed-off-by: mahdikhashan <[email protected]>
1 parent 919795f commit 47bddb3

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

.github/workflows/publish-algorithm-images.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
component-name: ${{ matrix.component-name }}
1515
platforms: linux/amd64,linux/arm64
1616
dockerfile: ${{ matrix.dockerfile }}
17-
secrets:
18-
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
19-
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
2017

2118
strategy:
2219
fail-fast: false

.github/workflows/publish-conformance-images.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
component-name: ${{ matrix.component-name }}
1313
platforms: linux/amd64,linux/arm64
1414
dockerfile: ${{ matrix.dockerfile }}
15-
secrets:
16-
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
17-
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
1815

1916
strategy:
2017
fail-fast: false

.github/workflows/publish-core-images.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
component-name: ${{ matrix.component-name }}
1313
platforms: linux/amd64,linux/arm64
1414
dockerfile: ${{ matrix.dockerfile }}
15-
secrets:
16-
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
17-
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
1815

1916
strategy:
2017
fail-fast: false

.github/workflows/publish-trial-images.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
component-name: ${{ matrix.trial-name }}
1515
platforms: ${{ matrix.platforms }}
1616
dockerfile: ${{ matrix.dockerfile }}
17-
secrets:
18-
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
19-
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
2017

2118
strategy:
2219
fail-fast: false

0 commit comments

Comments
 (0)