Skip to content

Commit 72cd0ec

Browse files
authored
Merge pull request #14 from CCPBioSim/dependabot/github_actions/docker/login-action-3.7.0
Bump docker/login-action from 3.6.0 to 3.7.0
2 parents 8e3ce07 + 3ef2ddd commit 72cd0ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Authenticate with GHCR
4343
id: auth
44-
uses: docker/login-action@v3.6.0
44+
uses: docker/login-action@v3.7.0
4545
with:
4646
registry: ghcr.io
4747
username: ${{ github.repository_owner }}
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Authenticate with GHCR
100100
id: auth
101-
uses: docker/login-action@v3.6.0
101+
uses: docker/login-action@v3.7.0
102102
with:
103103
registry: ghcr.io
104104
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)