Skip to content

Commit

Permalink
ci: Change image name definition
Browse files Browse the repository at this point in the history
  • Loading branch information
fleaz committed Dec 12, 2021
1 parent c58e5ff commit 4ef4305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,4 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
registry: ghcr.io
repository: fleaz/cpthook
tags: development
tags: ghcr.io/fleaz/cpthook:development
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,4 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
registry: ghcr.io
repository: fleaz/cpthook
tags: stable

tags: ghcr.io/fleaz/cpthook:stable

0 comments on commit 4ef4305

Please sign in to comment.