Update image name
This commit is contained in:
parent
1761e9355e
commit
f466130bfc
|
|
@ -26,10 +26,11 @@ jobs:
|
|||
# password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Build Docker image
|
||||
run: docker build -t gitea.local.thethomaas.net/TheThomaas/11ty-workflow-example:latest --build-arg SITE_DIRECTORY=dist .
|
||||
run: docker build -t thethomaas/11ty-workflow-example:latest --build-arg SITE_DIRECTORY=dist .
|
||||
# run: docker build -t gitea.local.thethomaas.net/thethomaas/11ty-workflow-example:latest --build-arg SITE_DIRECTORY=dist .
|
||||
|
||||
# - name: Push Docker image
|
||||
# run: docker push gitea.local.thethomaas.net/TheThomaas/11ty-workflow-example:latest
|
||||
# run: docker push gitea.local.thethomaas.net/thethomaas/11ty-workflow-example:latest
|
||||
|
||||
- name: Set up Docker Compose
|
||||
uses: https://github.com/isbang/compose-action@v1.4.1
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@ version: '3'
|
|||
|
||||
services:
|
||||
dev:
|
||||
image: TheThomaas/11ty-workflow-example
|
||||
# image: gitea.local.thethomaas.net/TheThomaas/11ty-workflow-example
|
||||
image: thethomaas/11ty-workflow-example
|
||||
# image: gitea.local.thethomaas.net/thethomaas/11ty-workflow-example
|
||||
ports:
|
||||
- '8086:80'
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue