Add tags for each image

This commit is contained in:
Paul Munteanu 2021-08-13 00:30:34 +03:00
parent b765ffce07
commit 5cf7cc6edc
3 changed files with 3 additions and 3 deletions

View File

@ -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
-

View File

@ -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
-

View File

@ -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
-