Skip to content

Commit

Permalink
Update Docker container image upload actions to use run ID for tag an…
Browse files Browse the repository at this point in the history
…d release name
  • Loading branch information
OneLiberty committed Oct 17, 2024
1 parent e054ff8 commit cef987a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref_name }}-${{ github.sha::8 }}
release_name: "Pre-release ${{ github.ref_name }}-${{ github.sha::8 }}"
tag_name: ${{ github.ref_name }}-${{ github.run_id }}
release_name: "Pre-release ${{ github.ref_name }}-${{ github.run_id }}"
draft: false
prerelease: true

Expand Down

0 comments on commit cef987a

Please sign in to comment.