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 fc6a009 commit 59b066dCopy full SHA for 59b066d
.github/actions/publish_docker_image/action.yml
@@ -42,6 +42,6 @@ runs:
42
- name: Update repo description
43
uses: peter-evans/dockerhub-description@v4
44
with:
45
- username: ${{ secrets.DOCKER_USERNAME }}
46
- password: ${{ secrets.DOCKER_PASSWORD }}
+ username: ${{ inputs.DOCKER_USERNAME }}
+ password: ${{ inputs.DOCKER_TOKEN }}
47
repository: axiom/docker-erddap
0 commit comments