Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
n3d1117 authored Mar 18, 2023
1 parent af3dec1 commit 47097d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
context: .
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ github.ref }}
n3d1117/chatgpt-telegram-bot:${{ github.ref }}
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ github.event.release.tag_name }}
n3d1117/chatgpt-telegram-bot:${{ github.event.release.tag_name }}

0 comments on commit 47097d4

Please sign in to comment.