diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 791c3df3..e7e0f7ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: with: go-version-file: 'go.mod' cache: true - - uses: docker/login-action@v4.3.0 + - uses: docker/login-action@v4.6.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -132,7 +132,7 @@ jobs: strategy: matrix: ${{ fromJSON(needs.goreleaser.outputs.image_subjects) }} steps: - - uses: docker/login-action@v4.3.0 + - uses: docker/login-action@v4.6.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}