Skip to content

Commit 6b038ac

Browse files
authored
Merge pull request #7 from stoneHeartNew/main
fix:fix workflow triggering
2 parents 9af4d9f + 3b035b4 commit 6b038ac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Build
22

33
on:
44
push:
5-
branches:
6-
- main
7-
- master
85
tags:
96
- 'v*.*.*'
107

@@ -70,4 +67,4 @@ jobs:
7067
target: runtime
7168
platforms: linux/amd64
7269
push: true
73-
tags: ${{ secrets.DOCKERHUB_REPOSITORY }}/oidc-auth:${{ steps.version.outputs.version }},${{ secrets.DOCKERHUB_REPOSITORY }}/oidc-auth:latest
70+
tags: ${{ secrets.DOCKERHUB_REPOSITORY }}/oidc-auth:${{ steps.version.outputs.version }},${{ secrets.DOCKERHUB_REPOSITORY }}/oidc-auth:latest

0 commit comments

Comments
 (0)