use reusable one
Some checks failed
Build and push image for doorman-homeassistant / docker (push) Failing after 0s
Build and push image for doorman-homeassistant / deploy-gitainer (push) Has been skipped
Build and push Doorman UI / API / docker (push) Has been cancelled

This commit is contained in:
Martin Dimitrov 2024-12-11 19:36:11 -08:00
parent bb103d3290
commit 1130292d68

View File

@ -6,16 +6,13 @@ on:
jobs: jobs:
docker: docker:
runs-on: ubuntu-22.04 uses: martin/chromart-gitea-actions/.gitea/workflows/docker-publish-private.yaml
steps: with:
- uses: actions/checkout@v4 repository: ${{ github.repository }}
name: Check out code ref: ${{ github.ref }}
image_name: doorman-homeassistant
- name: Build Docker image secrets:
run: docker buildx build . -t 192.168.1.150:9120/doorman-homeassistant:latest token: ${{ secrets.CHECKOUT_REPOSITORY_TOKEN }}
- name: Push Docker image
run: docker image push --all-tags 192.168.1.150:9120/doorman-homeassistant
deploy-gitainer: deploy-gitainer:
needs: docker needs: docker
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04