File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed
Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 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
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 }}
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 }}
File renamed without changes.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ actionlint = "1.7.11"
55shellcheck = " 0.11.0"
66
77[env ]
8- IMAGE_NAME = " ghcr.io/clemak27/kinokite "
8+ REGISTRY = " ghcr.io/clemak27"
99IMAGE_TAG = " latest"
1010
1111[tasks .lint ]
@@ -17,16 +17,12 @@ shellcheck plasma.sh
1717"""
1818
1919[tasks .build-image ]
20+ alias = " build-image-dankfedora"
2021run = """
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 ]
2526run = """
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"""
You can’t perform that action at this time.
0 commit comments