Skip to content

Commit

Permalink
On push on tag pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Oct 9, 2023
1 parent 356573d commit 8d7d113
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Docker Build and Deployment

on: push

# on:
# push:
# tags:
# - 'v*.*.*' # Enforce Semantic Versioning
on:
push:
tags:
- 'v*.*.*' # Enforce Semantic Versioning

jobs:
build:
Expand All @@ -18,10 +16,6 @@ jobs:
- name: Setup CD Environment
uses: yetanalytics/actions/setup-env@v0.0.4

- name: Extract version
id: version
run: echo version=${GITHUB_REF#refs\/tags\/v} >> $GITHUB_OUTPUT

- name: Build bundle
run: make bundle BUNDLE_RUNTIMES=false

Expand Down

0 comments on commit 8d7d113

Please sign in to comment.