Pull image first

This commit is contained in:
Adria Navarro 2023-10-02 16:36:10 +02:00
parent 429530a34d
commit d506ae7f29
1 changed files with 2 additions and 1 deletions

View File

@ -69,10 +69,11 @@ jobs:
echo $release_version
echo "RELEASE_VERSION=$release_version" >> $GITHUB_ENV
- name: Tag and release Budibase service docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
push: false
pull: true
platforms: linux/amd64,linux/arm64
tags: budibase/budibase,budibase/budibase:${{ env.RELEASE_VERSION }}
file: ./hosting/single/Dockerfile