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