Remove build-kde.yml as it's not being used

This commit is contained in:
badblocks 2024-10-29 20:34:54 -07:00
parent 00790db371
commit 388fd4f93d
No known key found for this signature in database
3 changed files with 1 additions and 175 deletions

View file

@ -14,8 +14,6 @@ on:
workflow_dispatch:
env:
SOURCE_IMAGE: "bazzite"
SOURCE_SUFFIX: "-gnome"
MY_IMAGE_NAME: "bazzite-badblocks-gnome" # the name of the image produced by this build
MY_IMAGE_DESC: "badblocks's custom bazzite-gnome build"
IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit
@ -110,10 +108,6 @@ jobs:
# Postfix image name with -custom to make it a little more descriptive
# Syntax: https://docs.github.com/en/actions/learn-github-actions/expressions#format
image: ${{ env.MY_IMAGE_NAME }}
build-args: |
SOURCE_IMAGE=${{ env.SOURCE_IMAGE }}
SOURCE_SUFFIX=${{ env.SOURCE_SUFFIX }}
FEDORA_VERSION=${{ env.SOURCE_VERSION }}
tags: |
${{ steps.generate-tags.outputs.alias_tags }}
labels: ${{ steps.meta.outputs.labels }}