There was an error while loading. Please reload this page.
1 parent 57a1080 commit 258d637Copy full SHA for 258d637
1 file changed
.github/workflows/docker-publish-attestation.yml
@@ -20,14 +20,14 @@ jobs:
20
uses: actions/checkout@v6
21
22
- name: Log in to Docker Hub
23
- if: github.ref == 'refs/heads/main' && github.repository == 'finos/git-proxy'
+ # if: github.ref == 'refs/heads/main' && github.repository == 'finos/git-proxy'
24
uses: docker/login-action@v3
25
with:
26
username: finos
27
password: ${{ secrets.DOCKER_PASSWORD }}
28
29
- name: Build and Publish Docker Image
30
31
uses: docker/build-push-action@v6
32
33
context: .
0 commit comments