Skip to content

Commit 74ede69

Browse files
authored
Merge pull request #146 from qubic/renovate/docker-login-action-3.x
Update docker/login-action action to v3
2 parents 4c1a170 + 5cdd6af commit 74ede69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/push-docker-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@main
1414

1515
- name: 'Login to GitHub Container Registry'
16-
uses: docker/login-action@v1
16+
uses: docker/login-action@v3
1717
with:
1818
registry: ghcr.io
1919
username: ${{github.actor}}

.github/workflows/push-docker-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@main
1414

1515
- name: 'Login to GitHub Container Registry'
16-
uses: docker/login-action@v1
16+
uses: docker/login-action@v3
1717
with:
1818
registry: ghcr.io
1919
username: ${{github.actor}}

.github/workflows/push-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@main
1414

1515
- name: 'Login to GitHub Container Registry'
16-
uses: docker/login-action@v1
16+
uses: docker/login-action@v3
1717
with:
1818
registry: ghcr.io
1919
username: ${{github.actor}}

0 commit comments

Comments
 (0)