updated manual cd action

This commit is contained in:
BE-CH 2023-03-12 18:08:13 +01:00
parent 91bcbec2af
commit 4362be44e0

View File

@ -20,12 +20,14 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: mr-smithers-excellent/docker-build-push@v5
- uses: mr-smithers-excellent/docker-build-push@v6
name: Build & push Docker image for ${{ matrix.db-type }}
with:
image: umami
tags: ${{ matrix.db-type }}-${{ inputs.version }}, ${{ matrix.db-type }}-latest
buildArgs: DATABASE_TYPE=${{ matrix.db-type }}
registry: ghcr.io
multiPlatform: true
platform: linux/amd64,linux/arm64
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}