Skip to content

Commit

Permalink
ci: correctly placeholder various parts in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense committed Feb 14, 2024
1 parent cdcbf7a commit b4c08d7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ${{ inputs.project }}-${{ needs.verify.outputs.artefact-name }}
## Build...
## Build Dockerfile...
- name: Upload artefact
if: ${{ inputs.should-upload }}
uses: actions/upload-artifact@v4
Expand All @@ -101,10 +101,4 @@ jobs:
uses: actions/download-artifact@v4
with:
name: docker-${{ needs.verify.outputs.artefact-name }}
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ vars.TF_OIDC_ROLE }}
aws-region: ${{ vars.TF_AWS_REGION }}
- name: Upload Docker image to artefact bucket
run: aws s3 cp . s3://${{ vars.ARTEFACT_BUCKET }}/${{ needs.verify.outputs.artefact-name }}/ --recursive
## Upload to ECR...

0 comments on commit b4c08d7

Please sign in to comment.