diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6c7448..e5abc9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: type=raw,value=latest - name: Build and push Docker image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ./services file: ./services/Dockerfile.dev.template