1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

Fixing an issue with self host release CI action.

This commit is contained in:
mike12345567 2022-02-12 11:53:26 +00:00
parent 3937365680
commit d01b58ddac

View file

@ -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