Skip to content

Commit

Permalink
feat: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
phv2312 committed Sep 6, 2024
1 parent eff6a15 commit f89168f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-push-docker.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: Build and Push Docker Image

on:
workflow_run:
workflows: [Auto Bump and Release]
types:
- completed

push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
branches:
- 'releases/**'

workflow_dispatch:

Expand Down

0 comments on commit f89168f

Please sign in to comment.