Skip to content

Commit

Permalink
feat: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phv2312 committed Sep 6, 2024
1 parent fd8f380 commit 0537056
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-bump-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
tag_name: ${{ steps.update-version.outputs.new_tag }}
make_latest: true
- name: Build push Docker
uses: ./.github/workflows/build-push-docker.yml
uses: ./.github/workflows/build-push-docker.yaml
5 changes: 0 additions & 5 deletions .github/workflows/build-push-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,9 @@ on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
branches:
- main

workflow_dispatch:
workflow_call:
secrets:
GITHUB_TOKEN:
required: true

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 0537056

Please sign in to comment.