Skip to content

Commit

Permalink
Fix Ceph Docker image repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
vascoguita committed Oct 26, 2022
1 parent 12c875c commit 98b943a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-changelog.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Check Changelog
on:
pull_request:
paths-ignore: [".github/**", "Makefile", "tools/**", "docs/**", "tests/**", ".drone.star", ".drone.env", "go.mod", "go.sum"]
paths-ignore: [".github/**", "Makefile", "tools/**", "docs/**", "tests/**", ".drone.star", ".drone.env", "Dockerfile.revad-ceph", "go.mod", "go.sum"]

jobs:
check-changelog:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.revad-ceph
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# granted to it by virtue of its status as an Intergovernmental Organization
# or submit itself to any jurisdiction.

FROM quay.ceph.io/ceph-ci/ceph:pacific
FROM quay.io/ceph/ceph:v16

RUN dnf update -y && dnf install -y \
git \
Expand Down

0 comments on commit 98b943a

Please sign in to comment.