Skip to content

Commit

Permalink
[BUGFIXED]- Updated with tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
ndasanayaka committed Aug 9, 2024
1 parent c78baae commit dde0a59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: build

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

Expand Down Expand Up @@ -68,7 +70,7 @@ jobs:

- name: Extract tag
id: extract_tag
run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
run: echo "TAG=${GITHUB_REF##*/}" >> $GITHUB_ENV

- name: Build and push Docker image
uses: docker/build-push-action@v4
Expand Down

0 comments on commit dde0a59

Please sign in to comment.