Skip to content

Commit dbc9efc

Browse files
Use dockerhub
1 parent fbd4da3 commit dbc9efc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
- name: Push to GitHub Packages
1414
uses: docker/build-push-action@v1
1515
with:
16-
username: ${{ github.actor }}
17-
password: ${{ secrets.GITHUB_TOKEN }}
18-
registry: docker.pkg.github.com
19-
repository: esrlabs/josh/josh-proxy
16+
username: esrlabs
17+
password: ${{ secrets.DOCKERHUB_TOKEN }}
18+
repository: esrlabs/josh-proxy
2019
tag_with_ref: true
2120

0 commit comments

Comments
 (0)