diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index fdc88a7c..fea27959 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build the Docker test image for tox - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 with: file: tests/Dockerfile tags: rqtest-image:latest