mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-04-27 03:01:25 +00:00
chore: updated actor for login
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
This commit is contained in:
parent
8379db80c4
commit
25bc7cf314
6
.github/workflows/build_container.yaml
vendored
6
.github/workflows/build_container.yaml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user