Skip to content

Commit

Permalink
/issues/481: fix incorrect Docker secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronreed708 committed Nov 16, 2023
1 parent 5d78a66 commit 8377ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: docker/[email protected]
with:
username: finos
password: ${{ secrets.DOCKER_TOKEN }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit 8377ff2

Please sign in to comment.