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:
parent
17875b6213
commit
945337b3a0
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@ -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
|
||||
-
|
||||
|
Loading…
Reference in New Issue
Block a user