diff options
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 - |