We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a68913 commit 2d72a26Copy full SHA for 2d72a26
1 file changed
.github/workflows/docker-publish.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: docker/login-action@v3
34
with:
35
username: finos
36
- password: $${{ secrets.DOCKER_PASSWORD }}
+ password: ${{ secrets.DOCKER_PASSWORD }}
37
38
- name: Publish Docker Image
39
# if: github.ref == 'refs/heads/main' && github.repository == 'finos/git-proxy'
0 commit comments