mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-31 03:31:06 +00:00
adding latest tag to buildah
This commit is contained in:
+4
-2
@@ -55,7 +55,8 @@ dockerize-backend:
|
|||||||
- echo "Building image $BACKEND_IMAGE_FULL_NAME"
|
- echo "Building image $BACKEND_IMAGE_FULL_NAME"
|
||||||
- buildah bud
|
- buildah bud
|
||||||
--format=docker
|
--format=docker
|
||||||
--tag "$BACKEND_IMAGE_FULL_NAME" ./backend/
|
--tag "$BACKEND_IMAGE_FULL_NAME"
|
||||||
|
--tag latest ./backend/
|
||||||
- echo ${Docker_Hub_Pass_Parity} |
|
- echo ${Docker_Hub_Pass_Parity} |
|
||||||
buildah login --username ${Docker_Hub_User_Parity} --password-stdin docker.io
|
buildah login --username ${Docker_Hub_User_Parity} --password-stdin docker.io
|
||||||
- buildah push --format=v2s2 "$BACKEND_IMAGE_FULL_NAME"
|
- buildah push --format=v2s2 "$BACKEND_IMAGE_FULL_NAME"
|
||||||
@@ -66,7 +67,8 @@ dockerize-frontend:
|
|||||||
- echo "Building image $FRONTEND_IMAGE_FULL_NAME"
|
- echo "Building image $FRONTEND_IMAGE_FULL_NAME"
|
||||||
- buildah bud
|
- buildah bud
|
||||||
--format=docker
|
--format=docker
|
||||||
--tag "$FRONTEND_IMAGE_FULL_NAME" ./frontend/
|
--tag "$FRONTEND_IMAGE_FULL_NAME"
|
||||||
|
--tag latest ./frontend/
|
||||||
- echo ${Docker_Hub_Pass_Parity} |
|
- echo ${Docker_Hub_Pass_Parity} |
|
||||||
buildah login --username ${Docker_Hub_User_Parity} --password-stdin docker.io
|
buildah login --username ${Docker_Hub_User_Parity} --password-stdin docker.io
|
||||||
- buildah push --format=v2s2 "$FRONTEND_IMAGE_FULL_NAME"
|
- buildah push --format=v2s2 "$FRONTEND_IMAGE_FULL_NAME"
|
||||||
|
|||||||
Reference in New Issue
Block a user