Skip to content

Commit b5795a6

Browse files
Update docker/login-action action to v3.7.0 (#2612)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 014924b commit b5795a6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
key: ${{ runner.os }}-gradle-wrapper-cache-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
139139

140140
- name: Login to GitHub Container Registry
141-
uses: docker/login-action@v3.6.0
141+
uses: docker/login-action@v3.7.0
142142
with:
143143
registry: ghcr.io
144144
username: ${{ github.repository_owner }}

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
key: ${{ runner.os }}-gradle-wrapper-cache-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
133133

134134
- name: Login to GitHub Container Registry
135-
uses: docker/login-action@v3.6.0
135+
uses: docker/login-action@v3.7.0
136136
with:
137137
registry: ghcr.io
138138
username: ${{ github.repository_owner }}

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
key: ${{ runner.os }}-gradle-wrapper-cache-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
135135

136136
- name: Login to GitHub Container Registry
137-
uses: docker/login-action@v3.6.0
137+
uses: docker/login-action@v3.7.0
138138
with:
139139
registry: ghcr.io
140140
username: ${{ github.repository_owner }}

.github/workflows/publish-docker-image-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: echo MAJOR_VERSION=${GITHUB_REF_NAME} | sed -e 's/\..*//' >> $GITHUB_ENV
3636

3737
- name: Login to GitHub Container Registry
38-
uses: docker/login-action@v3.6.0
38+
uses: docker/login-action@v3.7.0
3939
with:
4040
registry: ghcr.io
4141
username: ${{ github.repository_owner }}

.github/workflows/publish-profiling-petclinic-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v6.0.2
1616
- uses: docker/setup-buildx-action@v3
1717
- name: Login to GitHub Container Registry
18-
uses: docker/login-action@v3.6.0
18+
uses: docker/login-action@v3.7.0
1919
with:
2020
registry: ghcr.io
2121
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)