diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 9a2451f..c900b00 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -69,7 +69,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Log in to the Container registry - uses: docker/login-action@v3.1.0 + uses: docker/login-action@v3.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -126,7 +126,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@v3.1.0 + uses: docker/login-action@v3.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -162,7 +162,7 @@ jobs: cosign-release: 'v2.2.2' - name: Log in to the Container registry - uses: docker/login-action@v3.1.0 + uses: docker/login-action@v3.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}