Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Don't use full for docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffo99 committed Apr 29, 2022
1 parent a1d19e1 commit d34f017
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ jobs:
with:
target: "telegram"
tags: >-
ghcr.io/${{ github.repository }}-telegram:${{ steps.semver.outputs.full }},
ghcr.io/${{ github.repository }}-telegram:${{ steps.semver.outputs.precedence }},
ghcr.io/${{ github.repository }}-telegram:${{ steps.semver.outputs.core }},
ghcr.io/${{ github.repository }}-telegram:${{ steps.semver.outputs.pair }},
Expand All @@ -132,7 +131,6 @@ jobs:
with:
target: "web"
tags: >-
ghcr.io/${{ github.repository }}-web:${{ steps.semver.outputs.full }},
ghcr.io/${{ github.repository }}-web:${{ steps.semver.outputs.precedence }},
ghcr.io/${{ github.repository }}-web:${{ steps.semver.outputs.core }},
ghcr.io/${{ github.repository }}-web:${{ steps.semver.outputs.pair }},
Expand Down

0 comments on commit d34f017

Please sign in to comment.