diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 76f3794430..71b3aa7631 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -38,7 +38,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v2 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v2 # with: # buildkitd-flags: --debug - name: Login to GitHub Container Registry