Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wozz committed Dec 20, 2023
1 parent b9dd5b4 commit 7f570ad
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/docker-image.yml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/workflows/envoy_proxy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: "Publish Envoy"

on:
push:
branches: [ "main" ]

jobs:
publish:
name: Publish Envoy Image
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Publish
uses: home-assistant/builder@master
with:
args: |
--aarch64 \
--target envoy_proxy \
--docker-hub ghcr.io/wozz/ha-addons

0 comments on commit 7f570ad

Please sign in to comment.