1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +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 adbfbb62c1
commit 675d195b21

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