Update publish-docker.sh (#11428)
Add :latest tag to building stable releases
This commit is contained in:
parent
5d4993b0f8
commit
9faa823f53
@ -29,6 +29,7 @@ case "${SCHEDULE_TAG:-${CI_COMMIT_REF_NAME}}" in
|
|||||||
--build-arg VCS_REF="${CI_COMMIT_SHA}" \
|
--build-arg VCS_REF="${CI_COMMIT_SHA}" \
|
||||||
--build-arg BUILD_DATE="$(date -u '+%Y-%m-%dT%H:%M:%SZ')" \
|
--build-arg BUILD_DATE="$(date -u '+%Y-%m-%dT%H:%M:%SZ')" \
|
||||||
--tag "parity/parity:${VERSION}-${CI_COMMIT_REF_NAME}" \
|
--tag "parity/parity:${VERSION}-${CI_COMMIT_REF_NAME}" \
|
||||||
|
--tag "parity/parity:latest" \
|
||||||
--tag "parity/parity:stable" \
|
--tag "parity/parity:stable" \
|
||||||
--file tools/Dockerfile .;
|
--file tools/Dockerfile .;
|
||||||
docker push "parity/parity:${VERSION}-${CI_COMMIT_REF_NAME}";
|
docker push "parity/parity:${VERSION}-${CI_COMMIT_REF_NAME}";
|
||||||
|
Loading…
Reference in New Issue
Block a user