Skip to content

Commit cfb47fa

Browse files
committed
Typo, wrong ref name.
1 parent 52e25b5 commit cfb47fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set caddy version
2828
id: caddy_version
2929
run: |
30-
if test $CI_REF_NAME_SLUG == develop; then echo "::set-output name=version::master"; else echo "::set-output name=version::laest"; fi
30+
if test ${{ github.ref_name }} == develop; then echo "::set-output name=version::master"; else echo "::set-output name=version::latest"; fi
3131
- name: Build and push
3232
uses: docker/build-push-action@v5
3333
with:

0 commit comments

Comments
 (0)