Skip to content

Commit

Permalink
Merge pull request #4 from camptocamp/pbu_gh_action
Browse files Browse the repository at this point in the history
fix: allow authentication
  • Loading branch information
Philippe authored Nov 23, 2021
2 parents ff9d1ca + ee9f9ad commit 0f6aa6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Login against a Docker registry except on PR
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
#if: github.event_name != 'pull_request'
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
with:
registry: ${{ env.REGISTRY }}
Expand Down

0 comments on commit 0f6aa6f

Please sign in to comment.