Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 9faa823

Browse files
authored
Update publish-docker.sh (#11428)
Add :latest tag to building stable releases
1 parent 5d4993b commit 9faa823

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/docker/hub/publish-docker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ case "${SCHEDULE_TAG:-${CI_COMMIT_REF_NAME}}" in
2929
--build-arg VCS_REF="${CI_COMMIT_SHA}" \
3030
--build-arg BUILD_DATE="$(date -u '+%Y-%m-%dT%H:%M:%SZ')" \
3131
--tag "parity/parity:${VERSION}-${CI_COMMIT_REF_NAME}" \
32+
--tag "parity/parity:latest" \
3233
--tag "parity/parity:stable" \
3334
--file tools/Dockerfile .;
3435
docker push "parity/parity:${VERSION}-${CI_COMMIT_REF_NAME}";

0 commit comments

Comments
 (0)