diff options
author | Paul Munteanu <luth@luthcode.net> | 2021-08-13 00:30:34 +0300 |
---|---|---|
committer | Paul Munteanu <luth@luthcode.net> | 2021-08-13 00:30:34 +0300 |
commit | 3145868d43799d8e9c2960f824cdfc1290df7316 (patch) | |
tree | fbfcb1385345147e5ddbbe213c69d7ed802fc722 /.github/workflows/docker-publish-api.yml | |
parent | Implement docker publishing for each project (diff) | |
download | server-3145868d43799d8e9c2960f824cdfc1290df7316.tar.xz |
Add tags for each image
Diffstat (limited to '.github/workflows/docker-publish-api.yml')
-rw-r--r-- | .github/workflows/docker-publish-api.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-publish-api.yml b/.github/workflows/docker-publish-api.yml index 70871e6a..5d64303f 100644 --- a/.github/workflows/docker-publish-api.yml +++ b/.github/workflows/docker-publish-api.yml @@ -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 - |