Test pushing to another repo

This commit is contained in:
Adria Navarro 2023-10-02 20:27:24 +02:00
parent 3f5c142674
commit d6a3b8ee91
1 changed files with 14 additions and 14 deletions

View File

@ -70,20 +70,20 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
push: false
pull: true
push: true
# pull: true
platforms: linux/amd64,linux/arm64
tags: budibase/budibase,budibase/budibase:${{ env.RELEASE_VERSION }}
tags: budibase/budibase-test:develop
file: ./hosting/single/Dockerfile
cache-from: type=registry,ref=budibase/budibase:latest
cache-from: type=registry,ref=budibase/budibase-test:develop
cache-to: type=inline
- name: Tag and release Budibase Azure App Service docker image
uses: docker/build-push-action@v5
with:
context: .
push: false
pull: true
platforms: linux/amd64
build-args: TARGETBUILD=aas
tags: budibase/budibase-aas,budibase/budibase-aas:${{ env.RELEASE_VERSION }}
file: ./hosting/single/Dockerfile
# - name: Tag and release Budibase Azure App Service docker image
# uses: docker/build-push-action@v5
# with:
# context: .
# push: false
# pull: true
# platforms: linux/amd64
# build-args: TARGETBUILD=aas
# tags: budibase/budibase-aas,budibase/budibase-aas:${{ env.RELEASE_VERSION }}
# file: ./hosting/single/Dockerfile