diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index eca0e88..0b1a798 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -72,14 +72,14 @@ jobs: uses: docker/setup-buildx-action@v3.12.0 - name: Login to Docker Hub - uses: docker/login-action@v3.6.0 + uses: docker/login-action@v3.7.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.6.0 + uses: docker/login-action@v3.7.0 if: ${{ github.event_name != 'pull_request' && steps.prep.outputs.head != 'devel' }} with: registry: ghcr.io