From b28aca71ebd8a76ec3efd058ef68677c88c2b611 Mon Sep 17 00:00:00 2001 From: Cameron Schultz Date: Wed, 13 Sep 2023 13:51:22 -0500 Subject: [PATCH] add path context --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 47b7ce2e..96ea21ee 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Needed for multi-platform builds - name: Set up QEMU @@ -31,6 +31,7 @@ jobs: - name: Build and Push to Docker Hub uses: docker/build-push-action@v4 with: + context: . platforms: linux/amd64,linux/arm64 push: true tags: avaplatform/awm-relayer:${{ github.event.release.tag_name }}, avaplatform/awm-relayer:latest