Skip to content

Commit

Permalink
fix: Use ref_name instead of ref to follow Docker image format
Browse files Browse the repository at this point in the history
  • Loading branch information
42atomys committed Feb 10, 2022
1 parent 5311fb2 commit 364f5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
file: build/Dockerfile
push: true
tags: |
atomys/dns-updater:${{ github.ref }}
atomys/dns-updater:${{ github.ref_name }}
atomys/dns-updater:latest

0 comments on commit 364f5b2

Please sign in to comment.