mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-13 23:57:09 +00:00
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:
commit
c6f70443ed
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue