We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11bf212 commit 3808aaaCopy full SHA for 3808aaa
.github/workflows/continuous-integration.yml
@@ -119,7 +119,7 @@ jobs:
119
- name: Checkout
120
uses: actions/checkout@v4
121
- name: Login to GitHub Container Registry
122
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
123
with:
124
registry: ${{ env.DOCKER_REGISTRY }}
125
username: ${{ github.actor }}
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
0 commit comments