Skip to content

Commit 9e07eaa

Browse files
committed
remove extra step
1 parent 6e23981 commit 9e07eaa

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/actions/build-image/action.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,3 @@ runs:
5151
${{ inputs.tag_latest != 'false' && format('--LATEST_IMAGE_NAME=ghcr.io/{0}:latest', github.repository) || '' }}
5252
--GIT_TAG=${{ inputs.image_tag }}
5353
--IMAGE_NAME=ghcr.io/${{ github.repository }}:${{ inputs.image_tag }}
54-
if: github.repository == 'zapier/kubechecks'
55-
56-
- name: Build the Docker image
57-
shell: bash
58-
run: >-
59-
./earthly.sh
60-
+docker-multiarch
61-
${{ inputs.tag_latest != 'false' && format('--LATEST_IMAGE_NAME=ghcr.io/{0}:latest', github.repository) || '' }}
62-
--GIT_TAG=${{ inputs.image_tag }}
63-
--IMAGE_NAME=ghcr.io/${{ github.repository }}:${{ inputs.image_tag }}
64-
if: github.repository != 'zapier/kubechecks'

0 commit comments

Comments
 (0)