Skip to content

Commit

Permalink
chore: fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Nov 20, 2023
1 parent 9031f4f commit 19e843b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
password: ${{ secrets.REMOTE_SSH_PASSPHRASE }}
port: ${{ secrets.REMOTE_SSH_PORT }}
script: |
docker service update --image no5ing/${{ inputs.image-name }}:${{ inputs.image-tag }} be-prod-was
docker service update --image ${{ inputs.image-name }}:${{ inputs.image-tag }} be-prod-was

0 comments on commit 19e843b

Please sign in to comment.