mirror of
https://github.com/friendica/docker
synced 2025-04-02 09:37:08 +02:00
Automatically tag "stable" for latest version
This commit is contained in:
parent
a334cc2671
commit
3dc6dc004b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
declare -A release_channel=(
|
declare -A release_channel=(
|
||||||
[stable]='2021.01'
|
[stable]=$( cat latest.txt )
|
||||||
)
|
)
|
||||||
|
|
||||||
self="$(basename "${BASH_SOURCE[0]}")"
|
self="$(basename "${BASH_SOURCE[0]}")"
|
||||||
|
|
Loading…
Add table
Reference in a new issue