Fixing an issue with self host release CI action.
This commit is contained in:
parent
3937365680
commit
d01b58ddac
|
@ -25,6 +25,7 @@ jobs:
|
|||
# Pull apps and worker images
|
||||
docker pull budibase/apps:$release_tag
|
||||
docker pull budibase/worker:$release_tag
|
||||
docker pull budibase/proxy:$release_tag
|
||||
|
||||
# Tag apps and worker images
|
||||
docker tag budibase/apps:$release_tag budibase/apps:$SELFHOST_TAG
|
||||
|
|
Loading…
Reference in New Issue