Merge pull request #13 from biersoeckli/canary

25-02-07 Merging features from canary to main branch
This commit is contained in:
Jan Meier
2025-02-07 17:26:18 +01:00
committed by GitHub
62 changed files with 2198 additions and 196 deletions

View File

@@ -52,7 +52,7 @@ jobs:
with:
context: ./
push: true
platforms: linux/amd64 #,linux/arm64
platforms: linux/amd64,linux/arm64
build-args: |
VERSION_ARG=${{ github.ref_name }}
tags: |

View File

@@ -52,7 +52,7 @@ jobs:
with:
context: ./
push: true
platforms: linux/amd64
platforms: linux/amd64 #,linux/arm64
build-args: |
VERSION_ARG=canary-${{ github.run_number }}
tags: |