mirror of
https://github.com/mediacms-io/mediacms.git
synced 2024-11-22 08:13:33 +01:00
add secret
This commit is contained in:
parent
51186e3253
commit
6e9c9ed81f
2
.github/workflows/docker-build-push.yml
vendored
2
.github/workflows/docker-build-push.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
|||||||
uses: docker/login-action@v2.2.0
|
uses: docker/login-action@v2.2.0
|
||||||
with:
|
with:
|
||||||
username: mediacms
|
username: mediacms
|
||||||
password: {{ settings.DOCKERHUB_TOKEN }}
|
password: {{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user