Skip to content

Commit ef7839c

Browse files
authored
Merge pull request #328 from NHSDigital/dependabot/github_actions/docker/login-action-4.0.0
Bump docker/login-action from 3.7.0 to 4.0.0
2 parents aed2d31 + e8cf422 commit ef7839c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stage-3-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@v6
5858

5959
- name: Log in to the Container registry
60-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
60+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
6161
with:
6262
registry: ${{ env.REGISTRY }}
6363
username: ${{ github.actor }}

0 commit comments

Comments
 (0)