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"
|
||||
|
||||
jobs:
|
||||
marshall-build:
|
||||
build:
|
||||
name: "Build"
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
|
|
@ -129,10 +129,10 @@ jobs:
|
|||
if-no-files-found: error
|
||||
retention-days: 1
|
||||
|
||||
marshall-merge:
|
||||
merge:
|
||||
runs-on: ubuntu-latest
|
||||
name: "Merge"
|
||||
needs: [marshall-build]
|
||||
needs: [build]
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
@ -202,10 +202,10 @@ jobs:
|
|||
run: |
|
||||
docker buildx imagetools inspect ${{ env.ghcr_image }}:${{ steps.meta.outputs.version }}
|
||||
|
||||
marshall-tag-latest:
|
||||
tag:
|
||||
name: "Tag Latest"
|
||||
runs-on: ubuntu-latest
|
||||
needs: [marshall-merge]
|
||||
needs: [merge]
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
Loading…
Reference in a new issue