Skip to content

Commit

Permalink
Fix release tag publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Nov 28, 2022
1 parent 1023266 commit 145961c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
with:
context: ./backend/mockingbird-api/target/docker/stage
push: true
tags: ghcr.io/tinkoff/mockingbird:${{ github.ref }}
tags: ghcr.io/tinkoff/mockingbird:${{ github.ref_name }}
if: ${{ startsWith(github.ref, 'refs/tags/') }}

back-build-native:
Expand Down Expand Up @@ -139,5 +139,5 @@ jobs:
with:
context: ./backend/mockingbird-native/target/docker/stage
push: true
tags: ghcr.io/tinkoff/mockingbird:${{ github.ref }}-native
tags: ghcr.io/tinkoff/mockingbird:${{ github.ref_name }}-native
if: ${{ startsWith(github.ref, 'refs/tags/') }}

0 comments on commit 145961c

Please sign in to comment.