Compare commits
2 Commits
e89d32e8fe
...
3803c7300b
| Author | SHA1 | Date | |
|---|---|---|---|
| 3803c7300b | |||
|
|
126535eea8 |
@@ -25,6 +25,10 @@ steps:
|
|||||||
docker buildx imagetools create \
|
docker buildx imagetools create \
|
||||||
-t ghcr.io/$_REGISTRY_USER/$_IMAGE_NAME:latest \
|
-t ghcr.io/$_REGISTRY_USER/$_IMAGE_NAME:latest \
|
||||||
${_AR_REGION}-docker.pkg.dev/$PROJECT_ID/${_AR_REPO_NAME}/${_IMAGE_NAME}:latest && \
|
${_AR_REGION}-docker.pkg.dev/$PROJECT_ID/${_AR_REPO_NAME}/${_IMAGE_NAME}:latest && \
|
||||||
|
# Tag the image with the branch name (e.g., '3')
|
||||||
|
docker buildx imagetools create \
|
||||||
|
-t ghcr.io/$_REGISTRY_USER/$_IMAGE_NAME:3 \
|
||||||
|
${_AR_REGION}-docker.pkg.dev/$PROJECT_ID/${_AR_REPO_NAME}/${_IMAGE_NAME}:latest && \
|
||||||
docker logout ghcr.io
|
docker logout ghcr.io
|
||||||
|
|
||||||
availableSecrets:
|
availableSecrets:
|
||||||
|
|||||||
Reference in New Issue
Block a user