mirror of
https://github.com/luzifer-docker/awscli.git
synced 2024-11-09 10:50:00 +00:00
Tag latest on latest update to update Quay image
This commit is contained in:
parent
424f428b6e
commit
c34f906f72
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -55,5 +55,6 @@ git add requirements.txt
|
||||||
git -c user.name='travis' -c user.email='travis' \
|
git -c user.name='travis' -c user.email='travis' \
|
||||||
commit -m "awscli ${AWSCLI_VERSION}"
|
commit -m "awscli ${AWSCLI_VERSION}"
|
||||||
git tag ${AWSCLI_VERSION}
|
git tag ${AWSCLI_VERSION}
|
||||||
|
git tag -f latest
|
||||||
|
|
||||||
git push -q https://${GH_USER}:${GH_TOKEN}@github.com/luzifer-docker/awscli master --tags
|
git push -q https://${GH_USER}:${GH_TOKEN}@github.com/luzifer-docker/awscli master --tags
|
||||||
|
|
Loading…
Reference in a new issue