Merge pull request #711 from writefreely/dependabot/github_actions/docker/login-action-2.2.0

Bump docker/login-action from 2.1.0 to 2.2.0
pull/721/head
Matt Baer 1 year ago committed by GitHub
commit 229607a5ab
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.1.0
uses: docker/login-action@v2.2.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}

Loading…
Cancel
Save