|
|
@ -135,6 +135,8 @@ jobs: |
|
|
|
cache-from: type=local,src=/tmp/.buildx-cache |
|
|
|
cache-from: type=local,src=/tmp/.buildx-cache |
|
|
|
cache-to: type=local,dest=/tmp/.buildx-cache-new |
|
|
|
cache-to: type=local,dest=/tmp/.buildx-cache-new |
|
|
|
push: true |
|
|
|
push: true |
|
|
|
|
|
|
|
labels: | |
|
|
|
|
|
|
|
"service=nocodb" |
|
|
|
tags: | |
|
|
|
tags: | |
|
|
|
nocodb/${{ steps.get-docker-repository.outputs.DOCKER_REPOSITORY }}:${{ steps.get-docker-repository.outputs.DOCKER_BUILD_TAG }} |
|
|
|
nocodb/${{ steps.get-docker-repository.outputs.DOCKER_REPOSITORY }}:${{ steps.get-docker-repository.outputs.DOCKER_BUILD_TAG }} |
|
|
|
nocodb/${{ steps.get-docker-repository.outputs.DOCKER_REPOSITORY }}:${{ steps.get-docker-repository.outputs.DOCKER_BUILD_LATEST_TAG }} |
|
|
|
nocodb/${{ steps.get-docker-repository.outputs.DOCKER_REPOSITORY }}:${{ steps.get-docker-repository.outputs.DOCKER_BUILD_LATEST_TAG }} |
|
|
|