ci: remove platform list

This commit is contained in:
will Farrell 2020-12-02 12:54:34 -07:00 committed by GitHub
parent 16396988c2
commit cba326b800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}