mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
CI fixes
This commit is contained in:
parent
0ce043e7a4
commit
b2c50a6fe3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -23,9 +23,9 @@ jobs:
|
|||
container: ["ubuntu-dev", "alpine-dev"]
|
||||
timeout-minutes: 30
|
||||
container:
|
||||
image: ghcr.io/${{ github.actor }}/${{ matrix.container }}:latest
|
||||
image: ghcr.io/${{ github.repository_owner }}/${{ matrix.container }}:latest
|
||||
credentials:
|
||||
username: ${{ github.actor }}
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue