Skip to content

Publish Docker image #14

Publish Docker image

Publish Docker image #14

Manually triggered July 22, 2024 13:43
Status Failure
Total duration 2m 2s
Artifacts

push_container.yml

on: workflow_dispatch
Push Docker image to multiple registries
1m 54s
Push Docker image to multiple registries
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Push Docker image to multiple registries
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y apt-transport-https ca-certificates gnupg curl && echo \"deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main\" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list && curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/cloud.google.gpg && apt-get update -y && apt-get install google-cloud-cli -y" did not complete successfully: exit code: 127
Push Docker image to multiple registries
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/