Merge pull request #587 from writefreely/dependabot/github_actions/docker/login-action-2.1.0

Bump docker/login-action from 2.0.0 to 2.1.0
pull/596/head
Matt Baer 2 years ago committed by GitHub
commit 57b12f31c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/docker-publish.yml

@ -34,7 +34,7 @@ jobs:
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
uses: docker/login-action@v2.0.0
uses: docker/login-action@v2.1.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}

Loading…
Cancel
Save