Merge pull request #378 from fluxcd/nightly-build-img-name
This commit is contained in:
commit
a0c0423acc
|
@ -5,7 +5,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CONTROLLER: ${{ github.event.repository.name }}
|
REPOSITORY: ${{ github.repository }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -30,4 +30,4 @@ jobs:
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||||
tags: |
|
tags: |
|
||||||
fluxcd/${{ env.CONTROLLER }}:nightly
|
${{ env.REPOSITORY }}:nightly
|
||||||
|
|
Loading…
Reference in New Issue