Skip to content

Commit

Permalink
Update latest release tag name to lower case (cadence-workflow#6292)
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-xie authored Sep 18, 2024
1 parent 35a8a9c commit dc51527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
password: ${{ secrets.CADENCE_SERVER_DOCKERHUB_TOKEN }}
repository: ubercadence/server
build_args: TARGET=auto-setup
tags: ${{ github.event.release.tag_name }}-auto-setup, latestRelease-auto-setup
tags: ${{ github.event.release.tag_name }}-auto-setup, latestrelease-auto-setup

0 comments on commit dc51527

Please sign in to comment.