Skip to content

Commit 2a46e83

Browse files
committed
fix docker build
1 parent 6032051 commit 2a46e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: echo "IMAGE_NAME=$(echo '${{ github.repository }}' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
4949

5050
- name: Log in to the Container registry
51-
uses: docker/login-actions@v2
51+
uses: docker/login-action@v3
5252
with:
5353
registry: ${{ env.REGISTRY }}
5454
username: ${{ github.actor }}

0 commit comments

Comments
 (0)