Skip to content

Commit

Permalink
ci: Remove irrelevant latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabelonogov committed Aug 13, 2024
1 parent 6daebce commit 6481cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/github-script@v7
env:
IMAGE_NAME: "${{ env.IMAGE_NAME }}"
TAGS: "${{ steps.version.outputs.image_version }},${{ steps.version.outputs.image_branch_version }},latest"
TAGS: "${{ steps.version.outputs.image_version }},${{ steps.version.outputs.image_branch_version }}"
with:
script: |
const raw_tags_input = process.env.TAGS;
Expand Down

0 comments on commit 6481cee

Please sign in to comment.