From 7cef67643a739f65b9a4363da630fd05f5920d57 Mon Sep 17 00:00:00 2001 From: Josh Kneubuhl Date: Tue, 15 Nov 2022 08:04:39 -0500 Subject: [PATCH] test build Signed-off-by: Josh Kneubuhl --- .github/workflows/rest-sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}