Skip to content

Commit

Permalink
[FIX] Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
KennBro authored Feb 11, 2024
1 parent d5f5792 commit 371f6d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
export IMAGE_NAME=ghcr.io/${{ env.REPOSITORY }}/${{ env.SERVICE }}
export TAG=${{ github.sha }}
export TAG=${{ github.event.inputs.tag_version }}
mkdir -p ~/${{ env.SERVICE }}
cd ${{ env.SERVICE }}
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
export IMAGE_NAME=ghcr.io/${{ env.REPOSITORY }}/${{ env.SERVICE }}
export TAG=${{ github.sha }}
export TAG=${{ github.event.inputs.tag_version }}
mkdir -p ~/${{ env.SERVICE }}
cd ${{ env.SERVICE }}
Expand Down

0 comments on commit 371f6d5

Please sign in to comment.