diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3f20b1..d83046a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: images: ghcr.io/${{ github.repository_owner }}/analytics - name: Login to GitHub Container Registry - uses: docker/login-action@v4.5.2 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -67,7 +67,7 @@ jobs: images: ghcr.io/${{ github.repository_owner }}/analytics - name: Login to GitHub Container Registry - uses: docker/login-action@v4.5.2 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -116,7 +116,7 @@ jobs: merge-multiple: true - name: Login to GitHub Container Registry - uses: docker/login-action@v4.5.2 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.repository_owner }}