Skip to content

Commit

Permalink
fix: Change github actions to include tag creation
Browse files Browse the repository at this point in the history
Signed-off-by: Diwank Singh Tomer <[email protected]>
  • Loading branch information
creatorrr committed Sep 28, 2024
1 parent f4c66ed commit 93dd892
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- "dev"
tags:
- "v*"

jobs:
Bake-Push-Images:
Expand Down Expand Up @@ -33,9 +35,9 @@ jobs:
*.cache-from=type=gha
*.cache-to=type=gha,mode=max
env:
TAG: dev
TAG: ${{ github.ref_name }}
GIT_SHA: ${{ github.sha }}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/dev' }}
cancel-in-progress: true
File renamed without changes.

0 comments on commit 93dd892

Please sign in to comment.