Skip to content

Commit

Permalink
tags
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe committed Apr 29, 2024
1 parent 5422bd2 commit a5656bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-postgres-container.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: build

on:
workflow_dispatch:
pull_request:
push:
branches:
Expand Down Expand Up @@ -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 }}

0 comments on commit a5656bc

Please sign in to comment.