use reusable one
This commit is contained in:
parent
bb103d3290
commit
1130292d68
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user