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