Skip to content

Commit

Permalink
Merge pull request #24 from ichisuke55/fix-release-tag-build
Browse files Browse the repository at this point in the history
fix: remove images name at tags section
  • Loading branch information
ichisuke55 authored May 9, 2024
2 parents f16becc + 155d84b commit 4a980ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
with:
context: .
push: true
tags: ghcr.io/${GITHUB_ACTOR}/translate-bot:${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit 4a980ba

Please sign in to comment.