Remove build-kde.yml as it's not being used
This commit is contained in:
parent
00790db371
commit
388fd4f93d
3 changed files with 1 additions and 175 deletions
6
.github/workflows/build-gnome.yml
vendored
6
.github/workflows/build-gnome.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue