Skip to content

Commit 9239274

Browse files
committed
ci: remove Docker credentials (public image)
1 parent 75545d0 commit 9239274

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ jobs:
1111
runs-on: ubuntu-24.04
1212
container:
1313
image: stackwallet/stackwallet-ci:latest
14-
credentials:
15-
username: ${{ secrets.DOCKERHUB_USERNAME }}
16-
password: ${{ secrets.DOCKERHUB_TOKEN }}
1714
strategy:
1815
matrix:
1916
include:
@@ -53,9 +50,6 @@ jobs:
5350
runs-on: ubuntu-24.04
5451
container:
5552
image: stackwallet/stackwallet-ci:latest
56-
credentials:
57-
username: ${{ secrets.DOCKERHUB_USERNAME }}
58-
password: ${{ secrets.DOCKERHUB_TOKEN }}
5953
strategy:
6054
matrix:
6155
include:
@@ -191,9 +185,6 @@ jobs:
191185
runs-on: ubuntu-24.04
192186
container:
193187
image: stackwallet/stackwallet-ci:latest
194-
credentials:
195-
username: ${{ secrets.DOCKERHUB_USERNAME }}
196-
password: ${{ secrets.DOCKERHUB_TOKEN }}
197188
steps:
198189
- uses: actions/checkout@v4
199190

0 commit comments

Comments
 (0)