Skip to content

Commit

Permalink
aslkdf
Browse files Browse the repository at this point in the history
  • Loading branch information
junminahn committed Oct 25, 2024
1 parent 6bc982d commit 93251e3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/tag-environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Tag Environment

on:
push:
tags:
- 'v*.*.*'

env:
IMAGE_TAG: "${{ github.ref_name#v }}"

jobs:
build:
runs-on: ubuntu-latest
steps:
- run: |
echo ${{ env.IMAGE_TAG }}

0 comments on commit 93251e3

Please sign in to comment.