Update 25.yaml

Multiarch argument
This commit is contained in:
Jarno Rankinen 2023-05-25 21:07:22 +03:00 committed by GitHub
parent bec21443d7
commit 5def740b8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages
image-name: nextcloud # Provide only Docker image name image-name: nextcloud # Provide only Docker image name
extract-git-tag: true # Provide flag to extract Docker image tag from git reference extract-git-tag: true # Provide flag to extract Docker image tag from git reference
custom-args: --platform=linux/arm64,linux/amd64
# # Steps represent a sequence of tasks that will be executed as part of the job # # Steps represent a sequence of tasks that will be executed as part of the job
# steps: # steps: