Skip to content

Commit

Permalink
fix: enable pushing image for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Acar <[email protected]>
  • Loading branch information
fatih-acar committed Apr 30, 2024
1 parent df9c789 commit ac86abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-packer-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# path: packaging/packer/output/*

- name: Set up S3cmd cli tool
if: ${{ inputs.publish == 'true' }}
#if: ${{ inputs.publish == 'true' }}

Check warning on line 77 in .github/workflows/ci-packer-image.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

77:10 [comments] missing starting space in comment
uses: s3-actions/[email protected]
with:
provider: scaleway
Expand All @@ -83,7 +83,7 @@ jobs:
secret_key: ${{ secrets.ARTIFACTS_S3_SECRET_KEY }}

- name: Upload to S3
if: ${{ inputs.publish == 'true' }}
#if: ${{ inputs.publish == 'true' }}

Check warning on line 86 in .github/workflows/ci-packer-image.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

86:10 [comments] missing starting space in comment
# 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 }}/

Expand Down

0 comments on commit ac86abe

Please sign in to comment.