This commit is contained in:
@ -24,3 +24,16 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: hugo --minify
|
||||
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: tea.heili.eu
|
||||
username: lukas
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
run: |
|
||||
docker build -t tea.heili.eu/lukas/myhugotest:latest .
|
||||
docker push tea.heili.eu/lukas/myhugotest:latest
|
||||
|
Reference in New Issue
Block a user