Skip to content

Commit

Permalink
Merge pull request #703 from frontendnetwork/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/docker/login-action-70fccc794acd729b2b22dd6a326895f286447728

build(deps): bump docker/login-action from 5f4866a30a54f16a52d2ecb4a3898e9e424939cf to 70fccc794acd729b2b22dd6a326895f286447728
  • Loading branch information
kodiakhq[bot] authored May 17, 2024
2 parents 8e0ff72 + 9e2f03c commit 5d2b4d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@5f4866a30a54f16a52d2ecb4a3898e9e424939cf
uses: docker/login-action@70fccc794acd729b2b22dd6a326895f286447728
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@5f4866a30a54f16a52d2ecb4a3898e9e424939cf
uses: docker/login-action@70fccc794acd729b2b22dd6a326895f286447728
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 5d2b4d1

Please sign in to comment.