summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Munteanu <luth@luthcode.net>2021-07-28 02:31:26 +0300
committerPaul Munteanu <luth@luthcode.net>2021-07-28 02:31:26 +0300
commit945337b3a0013b3354e483084160ddde23fbc287 (patch)
treefb2a467ede64d5ba80e9138a208d22d4689bf00d
parentMerge branch 'master' of github.com:luth30/fosscord-api (diff)
downloadserver-945337b3a0013b3354e483084160ddde23fbc287.tar.xz
Make Docker Hub image tags a GH secret
-rw-r--r--.github/workflows/docker-publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml

index b261dfd8..46d9d04d 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml
@@ -35,7 +35,7 @@ jobs: with: context: . push: true - tags: luth31/fosscord-api:latest + tags: ${{ secrets.DOCKERHUB_TAGS }} cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new -