mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-04-27 19:15:24 +00:00
chore: removed digest
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
This commit is contained in:
parent
7872278fe1
commit
03ae895f92
3
.github/workflows/build_container.yaml
vendored
3
.github/workflows/build_container.yaml
vendored
@ -65,7 +65,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
- linux/arm64
|
# - linux/arm64
|
||||||
env:
|
env:
|
||||||
DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }}
|
DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }}
|
||||||
BUILD_TIME: ${{ needs.prepare_ci_run.outputs.BUILD_TIME }}
|
BUILD_TIME: ${{ needs.prepare_ci_run.outputs.BUILD_TIME }}
|
||||||
@ -153,6 +153,5 @@ jobs:
|
|||||||
- name: Create manifest list and push
|
- name: Create manifest list and push
|
||||||
run: |
|
run: |
|
||||||
docker manifest create ${{ env.REGISTRY_IMAGE }}:${{ needs.prepare_ci_run.outputs.DATETIME }} \
|
docker manifest create ${{ env.REGISTRY_IMAGE }}:${{ needs.prepare_ci_run.outputs.DATETIME }} \
|
||||||
${{ env.REGISTRY_IMAGE }}:latest \
|
|
||||||
${{ env.REGISTRY_IMAGE }}:${{ needs.prepare_ci_run.outputs.DATETIME }}
|
${{ env.REGISTRY_IMAGE }}:${{ needs.prepare_ci_run.outputs.DATETIME }}
|
||||||
docker manifest push ${{ env.REGISTRY_IMAGE }}:${{ needs.prepare_ci_run.outputs.DATETIME }}
|
docker manifest push ${{ env.REGISTRY_IMAGE }}:${{ needs.prepare_ci_run.outputs.DATETIME }}
|
Loading…
Reference in New Issue
Block a user