Skip to content

Commit

Permalink
fix: Renamed build-boxkit.yml to build-my-box.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
severij committed Jun 21, 2023
1 parent af76547 commit a1cddd7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-boxkit
name: build-my-box
on:
pull_request:
branches:
Expand All @@ -11,7 +11,7 @@ on:
paths-ignore:
- '**/README.md'
env:
IMAGE_NAME: boxkit
IMAGE_NAME: my-box
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/ublue-os/boxkit/main/README.md
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/severij/my-box/main/README.md
# Build image using Buildah action
- name: Build Image
Expand Down

0 comments on commit a1cddd7

Please sign in to comment.