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

WIP: Pipeline for Single Image deploy tag

This commit is contained in:
Jonny McCullagh 2022-06-27 16:27:19 +01:00
parent fa5a423a52
commit 405e5919c4

View file

@ -64,5 +64,5 @@ jobs:
- name: Tag and release Proxy service docker image
run: |
yarn build:docker:single:image
docker tag budibase budibase/single:$RELEASE_TAG
docker push budibase/single:$RELEASE_TAG
docker tag budibase budibase/budibase:$RELEASE_TAG
docker push budibase/budibase:$RELEASE_TAG