1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-07 03:12:39 +01:00

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:
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
-