Skip to content

Commit 0a68913

Browse files
committed
chore: try removing check for main branch before image upload
1 parent 576224b commit 0a68913

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
# severity: HIGH,CRITICAL
3030

3131
- name: Log in to Docker Hub
32-
if: github.ref == 'refs/heads/main' && github.repository == 'finos/git-proxy'
32+
# if: github.ref == 'refs/heads/main' && github.repository == 'finos/git-proxy'
3333
uses: docker/login-action@v3
3434
with:
3535
username: finos
3636
password: $${{ secrets.DOCKER_PASSWORD }}
3737

3838
- name: Publish Docker Image
39-
if: github.ref == 'refs/heads/main' && github.repository == 'finos/git-proxy'
39+
# if: github.ref == 'refs/heads/main' && github.repository == 'finos/git-proxy'
4040
shell: bash
4141
run: |
4242
docker push finos/git-proxy:latest

0 commit comments

Comments
 (0)