summary refs log tree commit diff
path: root/.github/workflows/docker-publish-gateway.yml
diff options
context:
space:
mode:
authorPaul Munteanu <luth@luthcode.net>2021-08-13 00:30:34 +0300
committerPaul Munteanu <luth@luthcode.net>2021-08-13 00:30:34 +0300
commit5cf7cc6edccbc0bd2a29cbe463c16695809a1b8f (patch)
tree5ce617128a29c5ec7cd92864dde1e1a0223d7684 /.github/workflows/docker-publish-gateway.yml
parentImplement docker publishing for each project (diff)
downloadserver-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.yml2
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
       -