Skip to content

Commit

Permalink
Update .github/workflows/s3_upload.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Mar 20, 2025
1 parent 1a6f5d9 commit 29fc1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/s3_upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- run: |
zip -r docker-image-pipeline.zip *
aws s3 cp docker-image-pipeline.zip s3://image-pipeline-assets
aws s3 cp docker-image-pipeline.zip s3://csvd-dev-ew-github-actions
env:
AWS_ACCESS_KEY_ID: ${{ steps.aws_auth.outputs.aws_access_key_id }}
AWS_SECRET_ACCESS_KEY: ${{ steps.aws_auth.outputs.aws_secret_access_key }}
Expand Down

0 comments on commit 29fc1c4

Please sign in to comment.