diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71d3042..1d80d69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -166,7 +166,7 @@ jobs: driver-opts: network=host - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./test push: true @@ -205,7 +205,7 @@ jobs: driver-opts: network=host - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./test push: true