1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 23:45:31 +02:00

remove redundant platforms

This commit is contained in:
Ran Shamay 2023-11-19 10:19:49 +02:00
parent 6c8814c692
commit c282c13c9e

View file

@ -26,18 +26,11 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
# - name: Set version
# uses: actions/github-script@v6
# id: set-version
# with:
# result-encoding: string
# script: return context.payload.release.tag_name.replace('v', '')
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64
push: true
tags: |
ghcr.io/plankanban/planka:latest