diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f3158d..31aea70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -185,7 +185,7 @@ jobs: driver-opts: network=host - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ./test push: true @@ -230,7 +230,7 @@ jobs: driver-opts: network=host - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ./test push: true