diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be278b6..353896a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version-file: 'go.mod' - - uses: docker/login-action@v3.1.0 + - uses: docker/login-action@v3.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ secrets.DOCKER_USERNAME }}