Skip to content

Commit

Permalink
Running GHA on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Jul 29, 2024
1 parent 35cf7e6 commit d0aa79f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ runs:
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
uses: docker/login-action@v3
if: ${{ github.event_name == 'release' }}
with:
username: ${{ inputs.docker-user }}
password: ${{ inputs.docker-password }}
Expand Down

0 comments on commit d0aa79f

Please sign in to comment.