You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/deploy.yml
+5-14Lines changed: 5 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,11 @@ on:
27
27
required: false
28
28
default: 'container'
29
29
description: "The name of the artifact you are building. This is useful when a single pipeline builds more than a single artifact like a container with a shell inside and one without. If you build a single artifact - leave it empty."
30
+
artifact-suffix:
31
+
type: string
32
+
required: false
33
+
default: ''
34
+
description: "Suffix used to look up build artifacts by name. Defaults to image-suffix when not set."
30
35
31
36
secrets:
32
37
devguard-token:
@@ -80,17 +85,3 @@ jobs:
80
85
run: crane push image.tar $(cat image-tag.txt)
81
86
if: inputs.image-already-in-registry == false
82
87
83
-
- name: Push oci image to GitHub image Registry with latest
0 commit comments