Skip to content

publish amzs3bckp

publish amzs3bckp #3

Workflow file for this run

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 \
--image envoy_proxy