We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9af4d9f + 3b035b4 commit 6b038acCopy full SHA for 6b038ac
.github/workflows/build.yml
@@ -2,9 +2,6 @@ name: Build
2
3
on:
4
push:
5
- branches:
6
- - main
7
- - master
8
tags:
9
- 'v*.*.*'
10
@@ -70,4 +67,4 @@ jobs:
70
67
target: runtime
71
68
platforms: linux/amd64
72
69
push: true
73
- tags: ${{ secrets.DOCKERHUB_REPOSITORY }}/oidc-auth:${{ steps.version.outputs.version }},${{ secrets.DOCKERHUB_REPOSITORY }}/oidc-auth:latest
+ tags: ${{ secrets.DOCKERHUB_REPOSITORY }}/oidc-auth:${{ steps.version.outputs.version }},${{ secrets.DOCKERHUB_REPOSITORY }}/oidc-auth:latest
0 commit comments