mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-23 02:42:28 +01:00
Add tags for each image
This commit is contained in:
parent
b88f394201
commit
3145868d43
2
.github/workflows/docker-publish-api.yml
vendored
2
.github/workflows/docker-publish-api.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
with:
|
||||
context: ./api
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKERHUB_TAGS }}
|
||||
tags: ${{ secrets.DOCKERHUB_TAGS_API }}
|
||||
cache-from: type=local,src=/tmp/.buildx-cache/api
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache-new/api
|
||||
-
|
||||
|
2
.github/workflows/docker-publish-cdn.yml
vendored
2
.github/workflows/docker-publish-cdn.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
with:
|
||||
context: ./cdn
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKERHUB_TAGS }}
|
||||
tags: ${{ secrets.DOCKERHUB_TAGS_CDN }}
|
||||
cache-from: type=local,src=/tmp/.buildx-cache/cdn
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache-new/cdn
|
||||
-
|
||||
|
2
.github/workflows/docker-publish-gateway.yml
vendored
2
.github/workflows/docker-publish-gateway.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
with:
|
||||
context: ./gateway
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKERHUB_TAGS }}
|
||||
tags: ${{ secrets.DOCKERHUB_TAGS_GW }}
|
||||
cache-from: type=local,src=/tmp/.buildx-cache/gw
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache-new/gw
|
||||
-
|
||||
|
Loading…
Reference in New Issue
Block a user