Skip to content

Commit

Permalink
fix indentation and clean up stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Sep 24, 2024
1 parent d6ea4a5 commit 63849a1
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ env:

jobs:
build-base:
strategy:
fail-fast: false

runs-on: ubuntu-latest

permissions:
contents: read
packages: write
id-token: write
uses: ./.github/workflows/docker-build.yml
with:
variant: base
Expand All @@ -41,13 +32,6 @@ jobs:
- xfce
- kde

runs-on: ubuntu-latest

permissions:
contents: read
packages: write
id-token: write

uses: ./.github/workflows/docker-build.yml
with:
variant: ${{ matrix.variant }}

0 comments on commit 63849a1

Please sign in to comment.