We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8519e66 commit b79a341Copy full SHA for b79a341
.github/workflows/cd.yml
@@ -112,8 +112,9 @@ jobs:
112
113
- name: Push primaassicurazioni alpine
114
run: >-
115
- buildah manifest push --all localauth0-alpine
+ buildah manifest push --all localauth0-alpine \
116
"docker://public.ecr.aws/primaassicurazioni/localauth0:${{ inputs.tag_name || github.event.release.tag_name }}-alpine"
117
118
"docker://public.ecr.aws/primaassicurazioni/localauth0:alpine"
119
120
- name: Push primaassicurazioni
0 commit comments