From d16dfeded18a472d7d213fb4998838491917df40 Mon Sep 17 00:00:00 2001 From: Benjamin Lee <130000039+benlee0423@users.noreply.github.com> Date: Tue, 12 Sep 2023 22:10:26 -0700 Subject: [PATCH] Update action.yaml --- .github/action_templates/build-and-push/action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/action_templates/build-and-push/action.yaml b/.github/action_templates/build-and-push/action.yaml index 127ab12d..7ee9ba3a 100644 --- a/.github/action_templates/build-and-push/action.yaml +++ b/.github/action_templates/build-and-push/action.yaml @@ -37,10 +37,10 @@ runs: context: ./docker file: ./docker/${{ inputs.dockerfile-name}} push: true - platforms: linux/arm64 + platforms: linux/x86 tags: | - awiciroh/${{ inputs.image-name}}:latest + awiciroh/${{ inputs.image-name}}:latest-linux-x86 builder: mybuilder env: DOCKER_BUILDKIT: 1 - DOCKER_CLI_EXPERIMENTAL: enabled \ No newline at end of file + DOCKER_CLI_EXPERIMENTAL: enabled