Skip to content

Commit d255df2

Browse files
committed
fix(release): use new docker creds
Signed-off-by: Roberto Scolaro <[email protected]>
1 parent 9194e31 commit d255df2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release-draft.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ jobs:
228228
path: |
229229
*.deb
230230
*.rpm
231+
*.tar.gz
231232
232233
create-draft-release:
233234
runs-on: ubuntu-latest

.github/workflows/release-final.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Login to Docker Hub
2222
uses: docker/login-action@v3
2323
with:
24-
username: ${{ secrets.DOCKER_HUB_USERNAME }}
25-
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
24+
username: ${{ secrets.DOCKER_HUB_USERNAME_PUBLIC }}
25+
password: ${{ secrets.DOCKER_HUB_PASSWORD_PUBLIC }}
2626

2727
- name: Login to Github Packages
2828
uses: docker/login-action@v3

0 commit comments

Comments
 (0)