diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index e29c01b..619d195 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -72,14 +72,14 @@ jobs: uses: docker/setup-buildx-action@v4.0.0 - name: Login to Docker Hub - uses: docker/login-action@v4.1.0 + uses: docker/login-action@v4.2.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@v4.1.0 + uses: docker/login-action@v4.2.0 if: ${{ github.event_name != 'pull_request' && steps.prep.outputs.head != 'devel' }} with: registry: ghcr.io