Skip to content

Commit 258d637

Browse files
committed
chore: remove main branch check for testing
1 parent 57a1080 commit 258d637

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish-attestation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
uses: actions/checkout@v6
2121

2222
- name: Log in to Docker Hub
23-
if: github.ref == 'refs/heads/main' && github.repository == 'finos/git-proxy'
23+
# if: github.ref == 'refs/heads/main' && github.repository == 'finos/git-proxy'
2424
uses: docker/login-action@v3
2525
with:
2626
username: finos
2727
password: ${{ secrets.DOCKER_PASSWORD }}
2828

2929
- name: Build and Publish Docker Image
30-
if: github.ref == 'refs/heads/main' && github.repository == 'finos/git-proxy'
30+
# if: github.ref == 'refs/heads/main' && github.repository == 'finos/git-proxy'
3131
uses: docker/build-push-action@v6
3232
with:
3333
context: .

0 commit comments

Comments
 (0)