Skip to content

Commit c5a0866

Browse files
authored
Merge pull request #3 from CCPBioSim/dependabot/github_actions/docker/login-action-3.6.0
Bump docker/login-action from 3.5.0 to 3.6.0
2 parents e384352 + dae0f76 commit c5a0866

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636

3737
- name: Authenticate with GHCR
3838
id: auth
39-
uses: docker/login-action@v3.5.0
39+
uses: docker/login-action@v3.6.0
4040
with:
4141
registry: ghcr.io
42-
username: ${{github.actor}}
43-
password: ${{secrets.BUILD_TOKEN}}
42+
username: ${{ github.actor }}
43+
password: ${{ secrets.BUILD_TOKEN }}
4444

4545
- name: Set up Docker Buildx
4646
id: buildx
@@ -83,11 +83,11 @@ jobs:
8383

8484
- name: Authenticate with GHCR
8585
id: auth
86-
uses: docker/login-action@v3.5.0
86+
uses: docker/login-action@v3.6.0
8787
with:
8888
registry: ghcr.io
89-
username: ${{github.actor}}
90-
password: ${{secrets.BUILD_TOKEN}}
89+
username: ${{ github.actor }}
90+
password: ${{ secrets.BUILD_TOKEN }}
9191

9292
- name: Set up Docker Buildx
9393
id: buildx

0 commit comments

Comments
 (0)