1
0
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:
Paul Munteanu 2021-08-13 00:30:34 +03:00
parent b88f394201
commit 3145868d43
No known key found for this signature in database
GPG Key ID: 4C0797E4861E8917
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
-