Skip to content

Commit

Permalink
fix: fix release docker images
Browse files Browse the repository at this point in the history
Release-As: 2.0.0
  • Loading branch information
muhlba91 committed Nov 9, 2023
1 parent 73ca15c commit 593192a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ docker_manifests:
image_templates:
- ghcr.io/muhlba91/external-dns-provider-adguard:{{ .Env.CI_COMMIT_TAG }}-amd64
- ghcr.io/muhlba91/external-dns-provider-adguard:{{ .Env.CI_COMMIT_TAG }}-arm64
- ghcr.io/muhlba91/external-dns-provider-adguard:{{ .Env.CI_COMMIT_TAG }}-arm67
- ghcr.io/muhlba91/external-dns-provider-adguard:{{ .Env.CI_COMMIT_TAG }}-armv7
changelog:
skip: true
use: github
Expand Down

0 comments on commit 593192a

Please sign in to comment.