Update deploy.yml
This commit is contained in:
parent
781c22efa0
commit
4f80d16615
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
npm run production
|
npm run production
|
||||||
|
|
||||||
- name: Log in to Docker registry
|
- name: Log in to Docker registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: gitea.local.thethomaas.net
|
registry: gitea.local.thethomaas.net
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
run: docker push gitea.local.thethomaas.net/TheThomaas/11ty-workflow-example
|
run: docker push gitea.local.thethomaas.net/TheThomaas/11ty-workflow-example
|
||||||
|
|
||||||
- name: Set up Docker Compose
|
- name: Set up Docker Compose
|
||||||
uses: docker/compose-action@v1
|
uses: isbang/compose-action@v1.4.1
|
||||||
with:
|
with:
|
||||||
compose-file: docker-compose.yml
|
compose-file: docker-compose.yml
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue