Fixup builder
This commit is contained in:
parent
617a5087c8
commit
c00cce0895
1 changed files with 5 additions and 5 deletions
|
|
@ -20,7 +20,7 @@ env:
|
||||||
docker_hub_image: "benzine/marshall"
|
docker_hub_image: "benzine/marshall"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
marshall-build:
|
build:
|
||||||
name: "Build"
|
name: "Build"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
|
@ -129,10 +129,10 @@ jobs:
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
marshall-merge:
|
merge:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: "Merge"
|
name: "Merge"
|
||||||
needs: [marshall-build]
|
needs: [build]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
@ -202,10 +202,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
docker buildx imagetools inspect ${{ env.ghcr_image }}:${{ steps.meta.outputs.version }}
|
docker buildx imagetools inspect ${{ env.ghcr_image }}:${{ steps.meta.outputs.version }}
|
||||||
|
|
||||||
marshall-tag-latest:
|
tag:
|
||||||
name: "Tag Latest"
|
name: "Tag Latest"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [marshall-merge]
|
needs: [merge]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
Loading…
Reference in a new issue