Skip to content

Commit

Permalink
fix: tags used for release
Browse files Browse the repository at this point in the history
  • Loading branch information
vandycknick committed Nov 11, 2020
1 parent 4c5aafb commit 57e7a0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ jobs:
with:
context: src/cloudflare-ddns
file: src/cloudflare-ddns/Dockerfile
platforms: linux/amd64
push: true
build-args: |
MINVERVERSIONOVERRIDE=${{ steps.get_version.outputs.VERSION }}
tags: |
nickvdyck/cloudflare-ddns:latest
nickvdyck/cloudflare-ddns:v${{ steps.get_version.outputs.VERSION }}
ghcr.io/nickvdyck/cloudflare-ddns:latest
ghcr.io/nickvdyck/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

0 comments on commit 57e7a0d

Please sign in to comment.