Fix image tag

This commit is contained in:
Adria Navarro 2023-10-30 15:02:36 +01:00
parent b74f11e0e2
commit ac3c9a374c
1 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ jobs:
cache-to: type=inline
env:
IMAGE_NAME: budibase/worker
IMAGE_TAG: ${{ inputs.image_tag }}
IMAGE_TAG: ${{ steps.currenttag.outputs.version }}
BUDIBASE_VERSION: ${{ steps.currenttag.outputs.version }}
- name: Build server docker
@ -106,7 +106,7 @@ jobs:
cache-to: type=inline
env:
IMAGE_NAME: budibase/apps
IMAGE_TAG: ${{ inputs.image_tag }}
IMAGE_TAG: ${{ steps.currenttag.outputs.version }}
BUDIBASE_VERSION: ${{ steps.currenttag.outputs.version }}
- name: Build proxy docker
@ -120,7 +120,7 @@ jobs:
cache-to: type=inline
env:
IMAGE_NAME: budibase/proxy
IMAGE_TAG: ${{ inputs.image_tag }}
IMAGE_TAG: ${{ steps.currenttag.outputs.version }}
release-helm-chart:
needs: [release-images]