Skip to content

Commit

Permalink
fix(ci/docker): fix docker release
Browse files Browse the repository at this point in the history
  • Loading branch information
wklken committed Aug 13, 2023
1 parent 33611fb commit 90109e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
with:
push: true
tags: |
wklken/httptest:latest
wklken/httptest:${{ github.ref_name }}
wklken/fetch:latest
wklken/fetch:${{ github.ref_name }}

0 comments on commit 90109e8

Please sign in to comment.