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.
1 parent e205095 commit 4e52f25Copy full SHA for 4e52f25
.github/workflows/build-and-push.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Checkout
49
uses: actions/checkout@v4
50
with:
51
- ref: ${{ github.ref }}
+ 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