Skip to content

Commit

Permalink
Merge pull request #155 from fitbeard/fix/promote_tag
Browse files Browse the repository at this point in the history
fix: promote tag source tag
  • Loading branch information
fitbeard authored Dec 21, 2023
2 parents d478985 + 501b525 commit 36fc7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/promote-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ jobs:
- name: Promote new tag
run: |
kolla-build --version
PROFILE=${{ github.event.inputs.profile }} bash promote-tag.sh -c releases/${{ github.event.inputs.os }}/kolla-build.conf -r ${{ env[github.event.inputs.os] }} -ti ${{ github.event.inputs.os }}-dev -to ${{ github.event.inputs.os }}-$(date -u +"%Y.%m%d.%H%M%S")
PROFILE=${{ github.event.inputs.profile }} bash promote-tag.sh -c releases/${{ github.event.inputs.os }}/kolla-build.conf -r ${{ env[github.event.inputs.os] }} -ti ${{ github.event.inputs.os }} -to ${{ github.event.inputs.os }}-$(date -u +"%Y.%m%d.%H%M%S")

0 comments on commit 36fc7ae

Please sign in to comment.