Skip to content

Commit 9aa6067

Browse files
authored
Update release.yml docker/login-action@v3 (#97)
1 parent ff02187 commit 9aa6067

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@ jobs:
133133
- name: Set up Docker Buildx
134134
uses: docker/setup-buildx-action@v3
135135
- name: Login to DockerHub
136-
uses: docker/login-action@v2
136+
uses: docker/login-action@v3
137137
with:
138138
username: ${{ secrets.DOCKER_USERNAME }}
139139
password: ${{ secrets.DOCKER_PASSWORD }}
140140
- name: Login to GHCR
141-
uses: docker/login-action@v2
141+
uses: docker/login-action@v3
142142
with:
143143
registry: ghcr.io
144144
username: ${{ github.repository_owner }}
@@ -180,12 +180,12 @@ jobs:
180180
- name: Set up Docker Buildx
181181
uses: docker/setup-buildx-action@v3
182182
- name: Login to DockerHub
183-
uses: docker/login-action@v2
183+
uses: docker/login-action@v3
184184
with:
185185
username: ${{ secrets.DOCKER_USERNAME }}
186186
password: ${{ secrets.DOCKER_PASSWORD }}
187187
- name: Login to GHCR
188-
uses: docker/login-action@v2
188+
uses: docker/login-action@v3
189189
with:
190190
registry: ghcr.io
191191
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)