Skip to content

Commit

Permalink
Merge pull request #373 from aquarist-labs/ci-fix-typo
Browse files Browse the repository at this point in the history
ci: fix typo in container name
  • Loading branch information
m-ildefons authored Mar 6, 2023
2 parents 4358f32 + 89466cc commit 16ab8d6
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 16ab8d6

Please sign in to comment.