Skip to content

Commit 2f3f533

Browse files
authored
Merge pull request #595 from medizininformatik-initiative/renovate/docker-login-action-3.x
Update docker/login-action action to v3.5.0
2 parents 79fa9c2 + 78128f1 commit 2f3f533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
run: mvn -Pdownload-ontology -B -DskipTests package
278278

279279
- name: Login to GitHub Docker Registry
280-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
280+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
281281
with:
282282
registry: ghcr.io
283283
username: ${{ github.actor }}

0 commit comments

Comments
 (0)