Skip to content

Commit

Permalink
github workflow: create 'latest' image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gcavelier committed Aug 29, 2024
1 parent e9fbd61 commit 4f67265
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
tags: cnieg/gitlab-tokens-exporter:${{ env.semVer }}
tags: cnieg/gitlab-tokens-exporter:${{ env.semVer }},cnieg/gitlab-tokens-exporter:latest

- name: Create tag
uses: rickstaa/[email protected]
Expand All @@ -80,7 +80,6 @@ jobs:
with:
generateReleaseNotes: true
tag: ${{ env.semVer }}
makeLatest: true

- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
Expand Down

0 comments on commit 4f67265

Please sign in to comment.