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 52e25b5 commit cfb47faCopy full SHA for cfb47fa
.github/workflows/build.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set caddy version
28
id: caddy_version
29
run: |
30
- if test $CI_REF_NAME_SLUG == develop; then echo "::set-output name=version::master"; else echo "::set-output name=version::laest"; fi
+ if test ${{ github.ref_name }} == develop; then echo "::set-output name=version::master"; else echo "::set-output name=version::latest"; fi
31
- name: Build and push
32
uses: docker/build-push-action@v5
33
with:
0 commit comments