Skip to content

Commit

Permalink
I forgot this was a thing
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Sep 24, 2024
1 parent 6de2060 commit d6ea4a5
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,9 @@ jobs:
contents: read
packages: write
id-token: write

steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build base image
uses: ./.github/workflows/docker-build.yml
with:
variant: base
uses: ./.github/workflows/docker-build.yml
with:
variant: base

build-all:
needs: build-base
Expand All @@ -53,10 +48,6 @@ jobs:
packages: write
id-token: write

steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build all images
uses: ./.github/workflows/docker-build.yml
with:
variant: ${{ matrix.variant }}
uses: ./.github/workflows/docker-build.yml
with:
variant: ${{ matrix.variant }}

0 comments on commit d6ea4a5

Please sign in to comment.