Skip to content

Commit f711176

Browse files
chore: Test GitHub Action.
1 parent ea3967e commit f711176

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish-to-dockerhub.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
run: |
3232
docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args }}
3333
- name: Login to DockerHub
34-
if: success() && github.event_name != 'pull_request'
3534
uses: docker/login-action@v1
3635
with:
3736
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)