We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75545d0 commit 9239274Copy full SHA for 9239274
1 file changed
.github/workflows/release.yml
@@ -11,9 +11,6 @@ jobs:
11
runs-on: ubuntu-24.04
12
container:
13
image: stackwallet/stackwallet-ci:latest
14
- credentials:
15
- username: ${{ secrets.DOCKERHUB_USERNAME }}
16
- password: ${{ secrets.DOCKERHUB_TOKEN }}
17
strategy:
18
matrix:
19
include:
@@ -53,9 +50,6 @@ jobs:
53
50
54
51
55
52
56
57
58
59
60
61
@@ -191,9 +185,6 @@ jobs:
191
185
192
186
193
187
194
195
196
197
188
steps:
198
189
- uses: actions/checkout@v4
199
190
0 commit comments