Skip to content

Commit 7b071a5

Browse files
authored
Merge pull request #19 from GDATASoftwareAG/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents b7e337f + 1318d3e commit 7b071a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo ::set-output name=tags::${TAGS}
3636
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
3737
- name: Login to Github Registry
38-
uses: docker/login-action@v2
38+
uses: docker/login-action@v3
3939
with:
4040
registry: ghcr.io
4141
username: ${{ github.actor }}

0 commit comments

Comments
 (0)