We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd4da3 commit dbc9efcCopy full SHA for dbc9efc
.github/workflows/release.yml
@@ -13,9 +13,8 @@ jobs:
13
- name: Push to GitHub Packages
14
uses: docker/build-push-action@v1
15
with:
16
- username: ${{ github.actor }}
17
- password: ${{ secrets.GITHUB_TOKEN }}
18
- registry: docker.pkg.github.com
19
- repository: esrlabs/josh/josh-proxy
+ username: esrlabs
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
+ repository: esrlabs/josh-proxy
20
tag_with_ref: true
21
0 commit comments