Update ecs-deployment.yml

This commit is contained in:
Sudhanshu Pandey
2024-02-01 12:41:45 -05:00
committed by GitHub
parent 58d78ff576
commit 960355d748

View File

@@ -91,15 +91,6 @@ jobs:
ENCRYPTION_KEY=${{ env.ENCRYPTION_KEY }}
NEXT_PUBLIC_SENTRY_DSN=${{ env.NEXT_PUBLIC_SENTRY_DSN }}
- name: Sign the published Docker image
env:
# https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable
TAGS: ${{ steps.meta.outputs.tags }}
DIGEST: ${{ steps.build-and-push.outputs.digest }}
# This step uses the identity token to provision an ephemeral certificate
# against the sigstore community Fulcio instance.
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}${DIGEST}
deploy:
needs: build
runs-on: ubuntu-latest