Merge pull request #397 from frontendnetwork/dependabot/github_actions/docker/login-action-553b6f090f15b58451081ce157ff1929a266131d

build(deps): bump docker/login-action from a9794064588be971151ec5e7144cb535bcb56e36 to 553b6f090f15b58451081ce157ff1929a266131d
This commit is contained in:
Philip Jake 2023-08-09 19:04:22 +02:00 committed by GitHub
commit c6f70443ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v3
- name: Log in to the Container registry
uses: docker/login-action@a9794064588be971151ec5e7144cb535bcb56e36
uses: docker/login-action@553b6f090f15b58451081ce157ff1929a266131d
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
@ -67,7 +67,7 @@ jobs:
uses: actions/checkout@v3
- name: Log in to the Container registry
uses: docker/login-action@a9794064588be971151ec5e7144cb535bcb56e36
uses: docker/login-action@553b6f090f15b58451081ce157ff1929a266131d
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}