We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 117863e + 4e52f25 commit b43b8ecCopy full SHA for b43b8ec
1 file changed
.github/workflows/build-and-push.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Checkout
49
uses: actions/checkout@v4
50
with:
51
- ref: main
+ ref: ${{ github.ref_name }}
52
- name: Prepare
53
id: prepare
54
run: |
@@ -104,7 +104,7 @@ jobs:
104
105
106
107
108
109
110
0 commit comments