mirror of
https://github.com/willfarrell/docker-crontab.git
synced 2025-04-04 14:05:11 +02:00
ci: remove platform list
This commit is contained in:
parent
16396988c2
commit
cba326b800
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -37,18 +37,12 @@ jobs:
|
|||||||
name: Conditional(Set tag as `{version}`)
|
name: Conditional(Set tag as `{version}`)
|
||||||
run: echo "tag=willfarrell/crontab:${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
run: echo "tag=willfarrell/crontab:${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- run: |
|
|
||||||
echo "$tag"
|
|
||||||
echo "${{ env.tag }}"
|
|
||||||
echo "${{ toJson(env) }}"
|
|
||||||
|
|
||||||
-
|
-
|
||||||
name: Build and push
|
name: Build and push
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
|
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ env.tag }}
|
${{ env.tag }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user