diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 7f2547f..fe934f5 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -427,7 +427,7 @@ jobs: type=sha,prefix={{branch}}- - name: Log in to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -498,7 +498,7 @@ jobs: type=sha,prefix={{branch}}- - name: Log in to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -541,7 +541,7 @@ jobs: type=semver,pattern={{version}} - name: Log in to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}