Merge pull request #378 from fluxcd/nightly-build-img-name

This commit is contained in:
Hidde Beydals 2021-06-09 13:01:16 +02:00 committed by GitHub
commit a0c0423acc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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