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