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 | 5cf7cc6edccbc0bd2a29cbe463c16695809a1b8f (patch) | |
tree | 5ce617128a29c5ec7cd92864dde1e1a0223d7684 /.github/workflows/docker-publish-gateway.yml | |
parent | Implement docker publishing for each project (diff) | |
download | server-5cf7cc6edccbc0bd2a29cbe463c16695809a1b8f.tar.xz |
Add tags for each image
Diffstat (limited to '.github/workflows/docker-publish-gateway.yml')
-rw-r--r-- | .github/workflows/docker-publish-gateway.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-publish-gateway.yml b/.github/workflows/docker-publish-gateway.yml index 0597b00d..7a569197 100644 --- a/.github/workflows/docker-publish-gateway.yml +++ b/.github/workflows/docker-publish-gateway.yml @@ -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 - |