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:
parent
6c8814c692
commit
c282c13c9e
1 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue