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
No known key found for this signature in database
GPG Key ID: 4C0797E4861E8917

View File

@ -35,7 +35,7 @@ jobs:
with: with:
context: . context: .
push: true push: true
tags: luth31/fosscord-api:latest tags: ${{ secrets.DOCKERHUB_TAGS }}
cache-from: type=local,src=/tmp/.buildx-cache cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new cache-to: type=local,dest=/tmp/.buildx-cache-new
- -