mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 07:25:41 +00:00
Merge pull request #9631 from tuladhar/label-docker-image
Add service Label to NocoDB image for compatibility with Kamal
This commit is contained in:
2
.github/workflows/release-docker.yml
vendored
2
.github/workflows/release-docker.yml
vendored
@@ -135,6 +135,8 @@ jobs:
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
||||
push: true
|
||||
labels: |
|
||||
"service=nocodb"
|
||||
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_LATEST_TAG }}
|
||||
|
||||
Reference in New Issue
Block a user