Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
Release 20.07
Browse files Browse the repository at this point in the history
  • Loading branch information
accetto committed Jul 4, 2020
1 parent 37779cf commit c33d370
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

***

### Release 20.07

- Firefox **78.0.1**
- fix in `push` hook script

### Release 20.06.2

- Firefox **77.0.1**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,6 @@ Credit goes to all the countless people and companies who contribute to open sou

<!-- latest tag badges -->

[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.4-firefox77.0.1/blue
[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.4-firefox78.0.1/blue

[badge-github-commit-latest]: https://images.microbadger.com/badges/commit/accetto/ubuntu-vnc-xfce-firefox-plus.svg
2 changes: 1 addition & 1 deletion hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BASETAG=""
TODAY=$(date +%Y-%m-%d)

### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.4-firefox77.0.1"
VERSION_STICKER_LATEST="ubuntu18.04.4-firefox78.0.1"

VERSION_STICKER="${VERSION_STICKER_LATEST}"

Expand Down
4 changes: 4 additions & 0 deletions hooks/push
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ if [[ -n "${BASETAG}" ]] ; then
docker tag ${IMAGE_NAME} ${DOCKER_REPO}:${VERSION_STICKER}
docker push ${DOCKER_REPO}:${VERSION_STICKER}
;;
singleprocess)
docker tag ${IMAGE_NAME} ${DOCKER_REPO}:singleprocess-${VERSION_STICKER}
docker push ${DOCKER_REPO}:singleprocess-${VERSION_STICKER}
;;
esac
else
echo "Nothing to push!"
Expand Down

0 comments on commit c33d370

Please sign in to comment.