Skip to content

Commit

Permalink
👻 Revert "Revert "🌱 add tag to image-build environment"" (#641)
Browse files Browse the repository at this point in the history
Reverts #636
  • Loading branch information
pranavgaikwad authored Jul 8, 2024
1 parent a31dd9b commit 8a4e986
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true

env:
tag: ${{ github.ref == 'refs/heads/main' && 'latest' || github.ref_name }}

jobs:
image-build:
strategy:
Expand Down

0 comments on commit 8a4e986

Please sign in to comment.