Skip to content

Commit 83bc6d2

Browse files
authored
Merge pull request #12 from Robotic-Decision-Making-Lab/dependabot/github_actions/docker/login-action-3.2.0
Bump docker/login-action from 3.1.0 to 3.2.0
2 parents 230249d + 12e80d6 commit 83bc6d2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
submodules: recursive
2929

3030
- name: Log into registry
31-
uses: docker/login-action@v3.1.0
31+
uses: docker/login-action@v3.2.0
3232
with:
3333
registry: ghcr.io
3434
username: ${{ github.actor }}

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Log into registry
3131
if: env.PUSH == 'true'
32-
uses: docker/login-action@v3.1.0
32+
uses: docker/login-action@v3.2.0
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.actor }}
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Log into registry
7878
if: env.PUSH == 'true'
79-
uses: docker/login-action@v3.1.0
79+
uses: docker/login-action@v3.2.0
8080
with:
8181
registry: ghcr.io
8282
username: ${{ github.actor }}
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Log into registry
120120
if: env.PUSH == 'true'
121-
uses: docker/login-action@v3.1.0
121+
uses: docker/login-action@v3.2.0
122122
with:
123123
registry: ghcr.io
124124
username: ${{ github.actor }}
@@ -159,7 +159,7 @@ jobs:
159159

160160
- name: Log into registry
161161
if: env.PUSH == 'true'
162-
uses: docker/login-action@v3.1.0
162+
uses: docker/login-action@v3.2.0
163163
with:
164164
registry: ghcr.io
165165
username: ${{ github.actor }}

0 commit comments

Comments
 (0)