mirror of
https://github.com/willfarrell/docker-crontab.git
synced 2025-04-04 14:05:11 +02:00
ci: change how tag is built
This commit is contained in:
parent
92d2c91227
commit
84ce659f86
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -31,11 +31,11 @@ jobs:
|
||||
|
||||
- if: github.ref == 'refs/heads/main'
|
||||
name: Conditional(Set tag as `latest`)
|
||||
run: echo "tag=latest >> $GITHUB_ENV"
|
||||
run: echo "tag=willfarrell/crontab:latest >> $GITHUB_ENV"
|
||||
|
||||
- if: startsWith(github.ref, 'refs/tags/')
|
||||
name: Conditional(Set tag as `{version}`)
|
||||
run: echo "tag=${GITHUB_REF#refs/*/} >> $GITHUB_ENV"
|
||||
run: echo "tag=willfarrell/crontab:${GITHUB_REF#refs/*/} >> $GITHUB_ENV"
|
||||
|
||||
- run: echo "$tag"
|
||||
|
||||
@ -48,4 +48,4 @@ jobs:
|
||||
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
|
||||
push: true
|
||||
tags: |
|
||||
${{ join(['willfarrell/crontab', env.tag], ':') }}
|
||||
${{ env.ta }}
|
Loading…
x
Reference in New Issue
Block a user