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
1 changed files with 2 additions and 2 deletions

View File

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