Skip to content

Commit 2d72a26

Browse files
committed
fix: typo in password variable
1 parent 0a68913 commit 2d72a26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: docker/login-action@v3
3434
with:
3535
username: finos
36-
password: $${{ secrets.DOCKER_PASSWORD }}
36+
password: ${{ secrets.DOCKER_PASSWORD }}
3737

3838
- name: Publish Docker Image
3939
# if: github.ref == 'refs/heads/main' && github.repository == 'finos/git-proxy'

0 commit comments

Comments
 (0)