Skip to content

Commit

Permalink
ci: fix typo in container name
Browse files Browse the repository at this point in the history
Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
  • Loading branch information
0xavi0 committed Mar 6, 2023
1 parent 4358f32 commit 89466cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
-v $GITHUB_WORKSPACE/ceph:/srv/ceph \
-e NPROC=4 \
-e CMAKE_BUILD_TYPE=Release \
quay.io/s3gw/build--radosgw:${{ github.ref_name }}
quay.io/s3gw/build-radosgw:${{ github.ref_name }}
- name: Test On-Disk Format
run: |
Expand Down

0 comments on commit 89466cc

Please sign in to comment.