Skip to content

[#patch] fix docker login #11

[#patch] fix docker login

[#patch] fix docker login #11

name: "Auto Tagger docker image builder and publisher"
on:
push:
tags:
- "auto-tagger-v[0-9]+.[0-9]+.[0-9]+"
jobs:
build-push-docker-image:
uses: notdodo/github-actions/.github/workflows/docker-build-and-push.yml@docker-build-and-push-v0
with:
egress-policy-allowlist: >
dl-cdn.alpinelinux.org:443
pypi.org:443
files.pythonhosted.org:443
image: notdodo/auto-tagger
platforms: linux/amd64
push: true
registry: ghcr.io
working-directory: ./auto-tagger
tags: |
type=match,pattern=auto-tagger-v(.*),group=1
secrets:
registry-username: notdodo
registry-password: ${{ github.token }}