1
0
mirror of https://github.com/k8sgpt-ai/k8sgpt.git synced 2025-05-05 22:57:06 +00:00

chore: updated actor for login

Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
This commit is contained in:
Alex Jones 2025-04-07 19:59:38 +01:00
parent 8379db80c4
commit 25bc7cf314

View File

@ -158,9 +158,11 @@ jobs:
run: |
docker manifest create ${{ env.REGISTRY_IMAGE }}:${{ needs.prepare_ci_run.outputs.DATETIME }} \
${{ env.REGISTRY_IMAGE }}:${{ needs.prepare_ci_run.outputs.DATETIME }}-amd64
- name: Annotate manifest
run: |
docker manifest annotate ${{ env.REGISTRY_IMAGE }}:${{ needs.prepare_ci_run.outputs.DATETIME }} \
${{ env.REGISTRY_IMAGE }}:${{ needs.prepare_ci_run.outputs.DATETIME }}-amd64 \
--arch amd64
- name: Push manifest
run: |
docker manifest push ${{ env.REGISTRY_IMAGE }}:${{ needs.prepare_ci_run.outputs.DATETIME }}