diff options
author | Liran Tal <liran.tal@gmail.com> | 2022-07-29 23:23:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 23:23:46 +0300 |
commit | ce8d1e32795360399f169082efebc300bde56288 (patch) | |
tree | 52d314352136ab101a09f0c6f36d853311c42bd0 | |
parent | c9bc65488ea0dbb130697c2b9f305368f31f11ea (diff) |
build: fix so that we always auth to the registry
-rw-r--r-- | .github/workflows/docker-publish.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 750bc28..8f7f30f 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -31,7 +31,6 @@ jobs: uses: actions/checkout@v2 - name: Log into registry ${{ env.REGISTRY }} - if: github.event_name != 'pull_request' uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c with: registry: ${{ env.REGISTRY }} |