Skip to content

Commit

Permalink
Update create-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kallioli authored May 6, 2024
1 parent 19c62d3 commit be22260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
sudo qemu-img convert -f raw -O qcow2 -c -S 4k final.raw freebsd-${{ env.REF_NAME }}-amd64.qcow2
sudo md5sum freebsd-${{ env.REF_NAME }}-amd64.qcow2 > md5.txt
- name: Uploading image in object storage
- name: Uploading image in object storage
run: |
echo "Uploading image in object storage"
minio-client alias set ${{ env.S3_ALIAS }} ${{ env.S3_ENDPOINT }} ${{ env.ACCESS_KEY }} ${{ env.SECRET_KEY }}
Expand Down

0 comments on commit be22260

Please sign in to comment.