Make Docker Hub image tags a GH secret

This commit is contained in:
Paul Munteanu
2021-07-28 02:31:26 +03:00
parent 17875b6213
commit 945337b3a0
+1 -1
View File
@@ -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
-