Skip to content

Commit 9a25bc2

Browse files
committed
Build old versions 2.0 through 2.9
1 parent 95dca51 commit 9a25bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
packages: write
1818
strategy:
1919
matrix:
20-
tag: ["v2.0", "v2.1" ]
20+
tag: ["v2.0", "v2.1", "v2.2", "v2.3", "v2.4", "v2.5", "v2.6", "v2.7", "v2.8", "v2.9"]
2121

2222
steps:
2323
- name: Checkout repository
@@ -51,5 +51,5 @@ jobs:
5151
context: .
5252
platforms: ${{ env.QEMU_PLATFORMS }}
5353
file: "Dockerfile"
54-
push: false
54+
push: true
5555
tags: ghcr.io/unioslo/pg-iam:${{ matrix.tag }}

0 commit comments

Comments
 (0)