diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index c89cce1..8a635e5 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the container registry - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/release-container.yaml b/.github/workflows/release-container.yaml index a2cd7a3..cec9d63 100644 --- a/.github/workflows/release-container.yaml +++ b/.github/workflows/release-container.yaml @@ -32,7 +32,7 @@ jobs: if: ${{ steps.release.outputs.release_created }} - name: Log in to the container registry - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}