Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad committed Mar 11, 2024
1 parent 05107f5 commit 09d42f0
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
description: "The tag name to use"
required: true
type: string
push: *

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -95,27 +96,3 @@ jobs:
buildah commit --manifest "$manifest" "$ctr"
done
done
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: arn:aws:iam::193543784330:role/oidc-github-ecr-localauth0
aws-region: us-east-1

- name: Login to public ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1
with:
mask-password: "true"
registry-type: public

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

0 comments on commit 09d42f0

Please sign in to comment.