From d4d343c435bb048610de91087e608c6ebcb24923 Mon Sep 17 00:00:00 2001 From: Juan Mrad Date: Wed, 8 May 2024 14:34:49 -0500 Subject: [PATCH] [HMA] Fix typo on build-push (#1588) --- .github/workflows/hma-release.yaml | 3 +-- hasher-matcher-actioner/version.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hma-release.yaml b/.github/workflows/hma-release.yaml index d7656e172..7b0e1030c 100644 --- a/.github/workflows/hma-release.yaml +++ b/.github/workflows/hma-release.yaml @@ -53,8 +53,7 @@ jobs: uses: docker/build-push-action@v5 with: push: true - multiPlatform: true - platform: linux/amd64,linux/arm64,linux/arm32 + provenance: false context: hasher-matcher-actioner tags: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_LC }}/hma:latest diff --git a/hasher-matcher-actioner/version.txt b/hasher-matcher-actioner/version.txt index e6d5cb833..e4c0d46e5 100644 --- a/hasher-matcher-actioner/version.txt +++ b/hasher-matcher-actioner/version.txt @@ -1 +1 @@ -1.0.2 \ No newline at end of file +1.0.3 \ No newline at end of file