We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae9153 commit 31c6e78Copy full SHA for 31c6e78
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
STORAGE_ENGINE: ${{matrix.storage}}
36
TANSU_IMAGE: ${{matrix.tansu}}
37
steps:
38
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
39
- run: docker compose --progress plain up --no-color --quiet-pull --detach
40
- run: docker compose exec minio /usr/bin/mc ready local
41
- run: docker compose exec minio /usr/bin/mc alias set local http://localhost:9000 ${{ secrets.AWS_ACCESS_KEY_ID }} ${{ secrets.AWS_SECRET_ACCESS_KEY }}
0 commit comments