Skip to content

Commit

Permalink
fix: change ghcr repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
vandycknick committed Mar 18, 2022
1 parent 939527b commit 121a63f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
build-args: |
MINVERVERSIONOVERRIDE=${{ steps.get_version.outputs.VERSION }}
tags: |
ghcr.io/nickvdyck/cloudflare-ddns:latest
ghcr.io/nickvdyck/cloudflare-ddns:v${{ steps.get_version.outputs.VERSION }}
ghcr.io/vandycknick/cloudflare-ddns:latest
ghcr.io/vandycknick/cloudflare-ddns:v${{ steps.get_version.outputs.VERSION }}
- name: Push to feedz.io
run: dotnet nuget push artifacts/*.nupkg --api-key ${{ secrets.FEEDZ_IO_TOKEN }} --source https://f.feedz.io/nvd/cloudflare-ddns/nuget/index.json --skip-duplicate
Expand Down
2 changes: 1 addition & 1 deletion charts/cloudflare-ddns/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
repository: "ghcr.io/nickvdyck/cloudflare-ddns"
repository: "ghcr.io/vandycknick/cloudflare-ddns"
tag: v1.0.0
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 121a63f

Please sign in to comment.