From a5656bcc1e98b63ad3781370886b4095456b9fbc Mon Sep 17 00:00:00 2001 From: Florian Wilhelm Date: Mon, 29 Apr 2024 16:36:08 +0200 Subject: [PATCH] tags --- .github/workflows/build-postgres-container.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-postgres-container.yml b/.github/workflows/build-postgres-container.yml index 794499c..484175b 100644 --- a/.github/workflows/build-postgres-container.yml +++ b/.github/workflows/build-postgres-container.yml @@ -1,6 +1,7 @@ name: build on: + workflow_dispatch: pull_request: push: branches: @@ -56,6 +57,7 @@ jobs: platforms: linux/amd64,linux/arm64 file: Containerfile push: true - tags: ${{ steps.meta.outputs.tags }} + # fixme: use steps.meta.outputs.tags again + tags: edge${{ matrix.image_variant }} labels: ${{ steps.meta.outputs.labels }} build-args: container_variant=${{ matrix.image_variant }}