Skip to content

Commit 3539c17

Browse files
authored
Merge pull request #10 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 f8b1431 + 05d1af3 commit 3539c17

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yaml

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

4242
- name: Authenticate with GHCR
4343
id: auth
44-
uses: docker/login-action@v3.5.0
44+
uses: docker/login-action@v3.6.0
4545
with:
4646
registry: ghcr.io
47-
username: ${{github.actor}}
48-
password: ${{secrets.BUILD_TOKEN}}
47+
username: ${{ github.actor }}
48+
password: ${{ secrets.BUILD_TOKEN }}
4949

5050
- name: Set up Docker Buildx
5151
id: buildx
@@ -98,11 +98,11 @@ jobs:
9898

9999
- name: Authenticate with GHCR
100100
id: auth
101-
uses: docker/login-action@v3.5.0
101+
uses: docker/login-action@v3.6.0
102102
with:
103103
registry: ghcr.io
104-
username: ${{github.actor}}
105-
password: ${{secrets.BUILD_TOKEN}}
104+
username: ${{ github.actor }}
105+
password: ${{ secrets.BUILD_TOKEN }}
106106

107107
- name: Set up Docker Buildx
108108
id: buildx

0 commit comments

Comments
 (0)