diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index c98860c..69ff7bd 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -15,7 +15,7 @@ jobs: - name: Login to GitHub Container Registry if: github.ref == 'refs/heads/develop' - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 with: registry: ghcr.io username: ${{ github.actor }}