Skip to content

Commit

Permalink
Build old versions 2.0 through 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
haatveit committed Mar 14, 2024
1 parent 95dca51 commit 9a25bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
packages: write
strategy:
matrix:
tag: ["v2.0", "v2.1" ]
tag: ["v2.0", "v2.1", "v2.2", "v2.3", "v2.4", "v2.5", "v2.6", "v2.7", "v2.8", "v2.9"]

steps:
- name: Checkout repository
Expand Down Expand Up @@ -51,5 +51,5 @@ jobs:
context: .
platforms: ${{ env.QEMU_PLATFORMS }}
file: "Dockerfile"
push: false
push: true
tags: ghcr.io/unioslo/pg-iam:${{ matrix.tag }}

0 comments on commit 9a25bc2

Please sign in to comment.