Skip to content

Commit bc86bd3

Browse files
authoredMar 11, 2024··
Fix release(again(again)) (#83)
1 parent b79a341 commit bc86bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
registry-type: public
112112

113113
- name: Push primaassicurazioni alpine
114-
run: >-
114+
run: |-
115115
buildah manifest push --all localauth0-alpine \
116116
"docker://public.ecr.aws/primaassicurazioni/localauth0:${{ inputs.tag_name || github.event.release.tag_name }}-alpine"
117117
buildah manifest push --all localauth0-alpine \

0 commit comments

Comments
 (0)
Please sign in to comment.