Skip to content

Commit

Permalink
refactor!: rename project
Browse files Browse the repository at this point in the history
dev-box -> devbox

BREAKING CHANGE: images built from now on will have the image name
"devbox" instead of "dev-box".
  • Loading branch information
ryanpz committed Jan 23, 2025
1 parent 450db4b commit 4161431
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-dev-box
name: build-devbox
on:
pull_request:
branches:
Expand All @@ -11,7 +11,7 @@ on:
paths-ignore:
- '**/README.md'
env:
IMAGE_NAME: dev-box
IMAGE_NAME: devbox
IMAGE_TAGS: latest
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}

Expand All @@ -38,7 +38,7 @@ jobs:
images: |
${{ env.IMAGE_NAME }}
labels: |
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/ryanpz/dev-box/main/README.md
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/ryanpz/devbox/main/README.md
# Build image using Buildah action
- name: Build Image
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dev-box
# devbox

dev-box is an OCI image built weekly for distrobox/toolbox that contains everything I need for development.
devbox is an OCI image built weekly for distrobox/toolbox that contains everything I need for development.

Visit the [boxkit repo](https://github.com/ublue-os/boxkit) for more info.

0 comments on commit 4161431

Please sign in to comment.