diff --git a/.github/workflows/container-build.yml b/.github/workflows/container-build.yml index 451c7d7..37be8c0 100644 --- a/.github/workflows/container-build.yml +++ b/.github/workflows/container-build.yml @@ -39,14 +39,14 @@ jobs: # https://github.com/docker/login-action - name: Login to GHCR if: github.event_name != 'pull_request' - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 with: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Login to Docker Hub if: github.event_name != 'pull_request' - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}