diff --git a/.github/workflows/rest-sample.yaml b/.github/workflows/rest-sample.yaml index e8de704e..a000e7ab 100644 --- a/.github/workflows/rest-sample.yaml +++ b/.github/workflows/rest-sample.yaml @@ -71,7 +71,7 @@ jobs: id: push uses: docker/build-push-action@v3 with: - context: . + context: asset-transfer-basic/rest-api-typescript platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }}