We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e23981 commit 9e07eaaCopy full SHA for 9e07eaa
.github/actions/build-image/action.yaml
@@ -51,14 +51,3 @@ runs:
51
${{ inputs.tag_latest != 'false' && format('--LATEST_IMAGE_NAME=ghcr.io/{0}:latest', github.repository) || '' }}
52
--GIT_TAG=${{ inputs.image_tag }}
53
--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