mirror of
https://github.com/willfarrell/docker-crontab.git
synced 2025-04-04 14:05:11 +02:00
ci: change how env is set
This commit is contained in:
parent
85a0ecf368
commit
44a4708123
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -31,13 +31,13 @@ jobs:
|
|||||||
|
|
||||||
- if: github.ref == 'refs/heads/main'
|
- if: github.ref == 'refs/heads/main'
|
||||||
name: Conditional(Set tag as `latest`)
|
name: Conditional(Set tag as `latest`)
|
||||||
run: echo ::set-output name=tag::latest
|
run: echo "tag=latest >> $GITHUB_ENV"
|
||||||
|
|
||||||
- if: startsWith(github.ref, 'refs/tags/')
|
- if: startsWith(github.ref, 'refs/tags/')
|
||||||
name: Conditional(Set tag as `{version}`)
|
name: Conditional(Set tag as `{version}`)
|
||||||
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
|
run: echo "tag=${GITHUB_REF#refs/*/} >> $GITHUB_ENV"
|
||||||
|
|
||||||
-
|
-
|
||||||
name: Build and push
|
name: Build and push
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user