mirror of
https://github.com/willfarrell/docker-crontab.git
synced 2025-04-04 14:05:11 +02:00
ci: fix eq operator
This commit is contained in:
parent
61149875ae
commit
71b0bf9ac2
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -32,9 +32,9 @@ jobs:
|
|||||||
- name: Inject slug/short variables
|
- name: Inject slug/short variables
|
||||||
uses: rlespinasse/github-slug-action@v3.x
|
uses: rlespinasse/github-slug-action@v3.x
|
||||||
|
|
||||||
- if: ${{ github.ref === 'refs/heads/main' }}
|
- if: github.ref == 'refs/heads/main'
|
||||||
run: echo ::set-output name=tag::latest
|
run: echo ::set-output name=tag::latest
|
||||||
- if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
- if: startsWith(github.ref, 'refs/tags/')
|
||||||
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
|
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
|
||||||
|
|
||||||
- if: env.tag
|
- if: env.tag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user