Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
getroot authored Aug 3, 2024
1 parent a7c387f commit 026a1e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
with:
payload: |
{
"branch": ${{ github.ref_name }},
"tag": ${{ env.TAG }},
"branch": "${{ github.ref_name }}",
"tag": "${{ env.TAG }}",
"state": "Started"
}
env:
Expand Down Expand Up @@ -63,9 +63,9 @@ jobs:
with:
payload: |
{
"branch": ${{ github.ref_name }},
"tag": ${{ env.TAG }},
"state": ${{ job.status }}
"branch": "${{ github.ref_name }}",
"tag": "${{ env.TAG }}",
"state": "${{ job.status }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_STATE_NOTIFICATION_SLACK_WEBHOOK_URL }}

0 comments on commit 026a1e8

Please sign in to comment.