Skip to content

Commit 525536e

Browse files
committed
chore: rename Containerfile
1 parent af517c8 commit 525536e

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches: ["main"]
99
paths:
10-
- Containerfile.dank
10+
- Containerfile.dankfedora
1111
- build/00_base.sh
1212
- build/01_bootc.sh
1313
- build/02_niri.sh
@@ -63,7 +63,7 @@ jobs:
6363
org.opencontainers.image.created=${{ steps.date.outputs.date }}
6464
org.opencontainers.image.description=${{ env.IMAGE_DESC }}
6565
org.opencontainers.image.documentation=https://raw.githubusercontent.com/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}/${{ github.sha }}/README.md
66-
org.opencontainers.image.source=https://github.com/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}/blob/${{ github.sha }}/Containerfile.dank
66+
org.opencontainers.image.source=https://github.com/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}/blob/${{ github.sha }}/Containerfile.dankfedora
6767
org.opencontainers.image.title=${{ env.IMAGE_NAME }}
6868
org.opencontainers.image.url=https://github.com/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}/tree/${{ github.sha }}
6969
org.opencontainers.image.vendor=${{ github.repository_owner }}
@@ -80,7 +80,7 @@ jobs:
8080
uses: redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2
8181
with:
8282
containerfiles: |
83-
./Containerfile.dank
83+
./Containerfile.dankfedora
8484
image: ${{ env.IMAGE_NAME }}
8585
tags: ${{ steps.metadata.outputs.tags }}
8686
labels: ${{ steps.metadata.outputs.labels }}

mise.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ actionlint = "1.7.11"
55
shellcheck = "0.11.0"
66

77
[env]
8-
IMAGE_NAME = "ghcr.io/clemak27/kinokite"
8+
REGISTRY = "ghcr.io/clemak27"
99
IMAGE_TAG = "latest"
1010

1111
[tasks.lint]
@@ -17,16 +17,12 @@ shellcheck plasma.sh
1717
"""
1818

1919
[tasks.build-image]
20+
alias = "build-image-dankfedora"
2021
run = """
21-
docker build -t ${IMAGE_NAME}:${IMAGE_TAG} . -f ./Containerfile.kinokite
22+
docker build -t ${REGISTRY}/dankfedora:${IMAGE_TAG} . -f ./Containerfile.dankfedora
2223
"""
2324

2425
[tasks.build-image-deck]
2526
run = """
26-
docker build -t ${IMAGE_NAME}-deck:${IMAGE_TAG} . -f ./Containerfile.deck
27-
"""
28-
29-
[tasks.build-image-dank]
30-
run = """
31-
docker build -t ghcr.io/clemak27/dankfedora:${IMAGE_TAG} . -f ./Containerfile.dank
27+
docker build -t ${REGISTRY}/kinokite-deck:${IMAGE_TAG} . -f ./Containerfile.deck
3228
"""

0 commit comments

Comments
 (0)