diff --git a/.github/workflows/int.yml b/.github/workflows/int.yml index 4a0959b9..8e9b86f2 100644 --- a/.github/workflows/int.yml +++ b/.github/workflows/int.yml @@ -34,7 +34,7 @@ jobs: pip install requests - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v2 with: driver-opts: network=host diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0f61f750..7646b336 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,7 @@ jobs: echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ') - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v2 - name: Login to DockerHub if: github.event_name != 'pull_request'