-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: enable pushing image for testing
Signed-off-by: Fatih Acar <[email protected]>
- Loading branch information
1 parent
df9c789
commit ac86abe
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,7 +74,7 @@ jobs: | |
# path: packaging/packer/output/* | ||
|
||
- name: Set up S3cmd cli tool | ||
if: ${{ inputs.publish == 'true' }} | ||
#if: ${{ inputs.publish == 'true' }} | ||
uses: s3-actions/[email protected] | ||
with: | ||
provider: scaleway | ||
|
@@ -83,7 +83,7 @@ jobs: | |
secret_key: ${{ secrets.ARTIFACTS_S3_SECRET_KEY }} | ||
|
||
- name: Upload to S3 | ||
if: ${{ inputs.publish == 'true' }} | ||
#if: ${{ inputs.publish == 'true' }} | ||
# yamllint disable-line rule:line-length | ||
run: s3cmd sync --host https://s3.gra.io.cloud.ovh.net --host-bucket "" --recursive --acl-public packaging/packer/output/ s3://infrahub-artifacts/${{ github.run_id }}/ | ||
|
||
|