Skip to content

add image key

add image key #9

Workflow file for this run

name: Create and publish a Docker image to GitHub
on:
push:
branches: ['test']
env:
GIT_TAG_NAME: dev
jobs:
build-and-push-image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: maxifly
password: ${{ secrets.GITHUB_TOKEN }}
- uses: home-assistant/builder@master
with:
args: |
--all \
--target ./yabackup \
--docker-hub /maxifly/yabackupaddon \
--addon \
--no-cache
# tags: ${{ env.REGISTRY }}/pradumnasaraf/hello-world:latest
# labels: ${{ steps.meta.outputs.labels }}