diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index b550e63..0798c63 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -72,14 +72,14 @@ jobs: uses: docker/setup-buildx-action@v3.11.1 - name: Login to Docker Hub - uses: docker/login-action@v3.4.0 + uses: docker/login-action@v3.5.0 if: ${{ github.event_name != 'pull_request' && steps.prep.outputs.head != 'devel' }} with: username: ${{ env.DOCKERHUB_USER }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to GitHub Container Registry - uses: docker/login-action@v3.4.0 + uses: docker/login-action@v3.5.0 if: ${{ github.event_name != 'pull_request' && steps.prep.outputs.head != 'devel' }} with: registry: ghcr.io