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:
|
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
|
||||||
-
|
-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user