diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 7273811..5075663 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -41,7 +41,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: # Build context is the parent directory containing both trader-service # and sphere-sdk siblings (the Dockerfile copies from both).