diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eceb350..88aa0d3 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@v4 + uses: docker/build-push-action@v5 with: context: ./test push: true @@ -204,7 +204,7 @@ jobs: driver-opts: network=host - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: ./test push: true