chore(deps): update docker/login-action digest to 5e57cd1
This commit is contained in:
parent
47b966f0fe
commit
7f865d7104
|
|
@ -45,7 +45,7 @@ jobs:
|
||||||
|
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
if: ${{ steps.version.outputs.should_release == 'true' }}
|
if: ${{ steps.version.outputs.should_release == 'true' }}
|
||||||
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
|
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue