Skip to content

Commit

Permalink
feat: added docker image in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkhandale2024 committed Sep 30, 2024
1 parent 0afd1f5 commit 5c94f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ inputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/kkhandale2024/slack-custom:v4'
image: 'docker://ghcr.io/kkhandale2024/slack-custom:v5'
args:
- ${{ inputs.SLACK_WEBHOOK_URL }}
- ${{ inputs.SLACK_USERNAME }}
Expand Down

0 comments on commit 5c94f96

Please sign in to comment.