Skip to content

Commit

Permalink
Separate image name and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
LordMathis authored May 8, 2024
1 parent 1e061ea commit a2c4a2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
with:
context: .
push: true
tags: ${{ env.REGISTRY }}/${{ env.REPO_OWNER }}/${{ env.IMAGE_NAME }}:${{ steps.release.outputs.tag_name }}
addLatest: true
image: ${{ env.REGISTRY }}/${{ env.REPO_OWNER }}/${{ env.IMAGE_NAME }}
tags: ${{ steps.release.outputs.tag_name }},latest
build-args: |
TTYD_VERSION=${{ env.TTYD_VERSION }}
K9S_VERSION=${{ env.K9S_VERSION }}
2 changes: 1 addition & 1 deletion versions.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# renovate: datasource=github-releases depName=tsl0922/ttyd
TTYD_VERSION=1.7.7
# renovate: datasource=github-releases depName=derailed/k9s
K9S_VERSION=0.32.4
K9S_VERSION=0.32.4

0 comments on commit a2c4a2a

Please sign in to comment.