Skip to content

Commit

Permalink
Fix release(again) (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad authored Mar 11, 2024
1 parent 8519e66 commit b79a341
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@ jobs:

- name: Push primaassicurazioni alpine
run: >-
buildah manifest push --all localauth0-alpine
buildah manifest push --all localauth0-alpine \
"docker://public.ecr.aws/primaassicurazioni/localauth0:${{ inputs.tag_name || github.event.release.tag_name }}-alpine"
buildah manifest push --all localauth0-alpine \
"docker://public.ecr.aws/primaassicurazioni/localauth0:alpine"
- name: Push primaassicurazioni
Expand Down

0 comments on commit b79a341

Please sign in to comment.