We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576224b commit 0a68913Copy full SHA for 0a68913
1 file changed
.github/workflows/docker-publish.yml
@@ -29,14 +29,14 @@ jobs:
29
# severity: HIGH,CRITICAL
30
31
- name: Log in to Docker Hub
32
- if: github.ref == 'refs/heads/main' && github.repository == 'finos/git-proxy'
+ # if: github.ref == 'refs/heads/main' && github.repository == 'finos/git-proxy'
33
uses: docker/login-action@v3
34
with:
35
username: finos
36
password: $${{ secrets.DOCKER_PASSWORD }}
37
38
- name: Publish Docker Image
39
40
shell: bash
41
run: |
42
docker push finos/git-proxy:latest
0 commit comments