Skip to content

Commit

Permalink
Remove "version-" prefix from Docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Mar 13, 2021
1 parent 299d513 commit 1ff54c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,5 @@ jobs:
with:
context: docker
file: docker/Dockerfile
tags: taylorfausak/rattletrap:version-${{ github.event.release.tag_name }}
tags: taylorfausak/rattletrap:${{ github.event.release.tag_name }}
push: true

0 comments on commit 1ff54c5

Please sign in to comment.