Publish multi-arch image to GitHub Container Registry

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2020-12-22 14:53:01 +02:00
parent b8625d5e1e
commit ec6aab2c8d
11 changed files with 16 additions and 26 deletions
+2
View File
@@ -41,6 +41,8 @@ jobs:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
build-args: |
REVISON=${{ github.sha }}
tags: |
ghcr.io/fluxcd/flagger:${{ steps.prep.outputs.VERSION }}
labels: |