Skip to content

Commit ddba635

Browse files
committed
migrates postgresql flow to new artifact-name
1 parent f30723e commit ddba635

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/postgresql.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
build-image:
1212
uses: l3montree-dev/devguard-action/.github/workflows/build-image.yml@main
1313
with:
14-
image-suffix: "-postgresql"
15-
artifact-suffix: "-postgresql"
14+
artifact-name: "postgresql"
1615
asset-name: l3montree-cybersecurity/projects/devguard/assets/devguard-postgresql
1716
api-url: https://api.main.devguard.org
1817
web-ui: https://main.devguard.org
@@ -28,7 +27,7 @@ jobs:
2827
with:
2928
asset-name: l3montree-cybersecurity/projects/devguard/assets/devguard-postgresql
3029
api-url: https://api.main.devguard.org
31-
artifact-suffix: "-postgresql"
30+
artifact-name: "postgresql"
3231
web-ui: https://main.devguard.org
3332
secrets:
3433
devguard-token: ${{ secrets.DEVGUARD_TOKEN }}
@@ -39,8 +38,7 @@ jobs:
3938
- container-scanning
4039
uses: l3montree-dev/devguard-action/.github/workflows/deploy.yml@main
4140
with:
42-
artifact-suffix: "-postgresql"
43-
image-suffix: "-postgresql"
41+
artifact-name: "postgresql"
4442
asset-name: l3montree-cybersecurity/projects/devguard/assets/devguard-postgresql
4543
api-url: https://api.main.devguard.org
4644
secrets:
@@ -55,7 +53,7 @@ jobs:
5553
with:
5654
asset-name: l3montree-cybersecurity/projects/devguard/assets/devguard-postgresql
5755
api-url: https://api.main.devguard.org
58-
artifact-suffix: "-postgresql"
56+
artifact-name: "postgresql"
5957
secrets:
6058
devguard-token: ${{ secrets.DEVGUARD_TOKEN }}
6159
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)