Skip to content

Commit

Permalink
Fixed env
Browse files Browse the repository at this point in the history
  • Loading branch information
getroot authored Aug 3, 2024
1 parent 3a0b016 commit a7c387f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
payload: |
{
"branch": ${{ github.ref_name }},
"tag": ${{ TAG }},
"tag": ${{ env.TAG }},
"state": "Started"
}
env:
Expand All @@ -52,7 +52,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ TAG }}
tags: ${{ env.TAG }}
platforms: |
linux/amd64
linux/arm64
Expand All @@ -64,7 +64,7 @@ jobs:
payload: |
{
"branch": ${{ github.ref_name }},
"tag": ${{ TAG }},
"tag": ${{ env.TAG }},
"state": ${{ job.status }}
}
env:
Expand Down

0 comments on commit a7c387f

Please sign in to comment.