Skip to content

Commit 085cecd

Browse files
authored
Merge pull request #22 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 119cafa + 061fd6c commit 085cecd

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
@@ -71,7 +71,7 @@ jobs:
7171
- name: Authenticate with GHCR
7272
if: github.event_name != 'pull_request'
7373
id: auth
74-
uses: docker/login-action@v3.6.0
74+
uses: docker/login-action@v3.7.0
7575
with:
7676
registry: ghcr.io
7777
username: ${{ github.repository_owner }}
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Authenticate with GHCR
130130
id: auth
131-
uses: docker/login-action@v3.6.0
131+
uses: docker/login-action@v3.7.0
132132
with:
133133
registry: ghcr.io
134134
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)