chore(deps): bump docker/login-action from 2.0.0 to 2.1.0 (#9113)

This commit is contained in:
dependabot[bot] 2022-10-25 15:33:28 +02:00 committed by GitHub
parent bb17b011a4
commit 0d4607905d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ jobs:
run: docker/pack.sh
# Based on https://docs.github.com/en/actions/publishing-packages/publishing-docker-images.
- name: Log in to the Container registry
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}