Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Add idam-postgres to publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonywendt committed Nov 28, 2023
1 parent 32b6438 commit 237dfc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
token: ${{ secrets.PAT }}
repository: ${{ github.repository }}
ref: ${{ github.ref_name }}

# Run this step first so we can fail fast in case an invalid package name is provided
- name: Get latest package version
id: latest-package-version
Expand Down Expand Up @@ -106,6 +106,7 @@ jobs:
zarf package create packages/idam-gitlab --confirm --no-progress --output-directory build
zarf package create packages/idam-sonarqube --confirm --no-progress --output-directory build
zarf package create packages/idam-realm --confirm --no-progress --output-directory build
zarf package create packages/idam-postgres --confirm --no-progress --output-directory build
zarf package create packages/namespaces --confirm --no-progress --output-directory build
- name: Build software factory bundle
Expand Down

0 comments on commit 237dfc8

Please sign in to comment.