Add tags for each image
This commit is contained in:
parent
b765ffce07
commit
5cf7cc6edc
2
.github/workflows/docker-publish-api.yml
vendored
2
.github/workflows/docker-publish-api.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: ./api
|
context: ./api
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ secrets.DOCKERHUB_TAGS }}
|
tags: ${{ secrets.DOCKERHUB_TAGS_API }}
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache/api
|
cache-from: type=local,src=/tmp/.buildx-cache/api
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache-new/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:
|
with:
|
||||||
context: ./cdn
|
context: ./cdn
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ secrets.DOCKERHUB_TAGS }}
|
tags: ${{ secrets.DOCKERHUB_TAGS_CDN }}
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache/cdn
|
cache-from: type=local,src=/tmp/.buildx-cache/cdn
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache-new/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:
|
with:
|
||||||
context: ./gateway
|
context: ./gateway
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ secrets.DOCKERHUB_TAGS }}
|
tags: ${{ secrets.DOCKERHUB_TAGS_GW }}
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache/gw
|
cache-from: type=local,src=/tmp/.buildx-cache/gw
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache-new/gw
|
cache-to: type=local,dest=/tmp/.buildx-cache-new/gw
|
||||||
-
|
-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user