We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcda599 commit 7863bf6Copy full SHA for 7863bf6
.github/workflows/docker.yaml
@@ -33,7 +33,6 @@ jobs:
33
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
34
35
- name: Login to Docker Hub
36
- if: github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/release')
37
uses: docker/login-action@v3
38
with:
39
username: ${{ secrets.DOCKERHUB_USERNAME }}
@@ -89,7 +88,6 @@ jobs:
89
88
uses: actions/checkout@v5
90
91
92
93
94
95
0 commit comments