Skip to content

Commit

Permalink
chore(ci): only login on master (#5788)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Mar 26, 2020
1 parent 8928caf commit ddf986b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ jobs:
version: ${{ env.BUILDX_VERSION }}

- name: Docker registry login
if: github.ref == 'refs/heads/master'
run: echo "${{ secrets.DOCKER_RENOVATERELEASE_TOKEN }}" | docker login -u renovaterelease --password-stdin

- name: Update Docker images cache
Expand Down

0 comments on commit ddf986b

Please sign in to comment.