Skip to content

Commit 9178a7a

Browse files
authored
Merge pull request #305 from bjschafer/dependabot/github_actions/docker/login-action-4.0.0
chore(deps): bump docker/login-action from 3.7.0 to 4.0.0
2 parents fe0aea9 + df6c151 commit 9178a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# https://github.com/docker/login-action
5050
- name: Log into registry ${{ env.REGISTRY }}
5151
if: github.event_name != 'pull_request'
52-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
52+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
5353
with:
5454
registry: ${{ env.REGISTRY }}
5555
username: ${{ github.actor }}

0 commit comments

Comments
 (0)