Skip to content

Commit

Permalink
Use github.repository for nightly builds
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
  • Loading branch information
stefanprodan committed Jun 9, 2021
1 parent 2ada9f2 commit f6e0a23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

env:
CONTROLLER: ${{ github.event.repository.name }}
REPOSITORY: ${{ github.repository }}

jobs:
build:
Expand All @@ -30,4 +30,4 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64
tags: |
fluxcd/${{ env.CONTROLLER }}:nightly
${{ env.REPOSITORY }}:nightly

0 comments on commit f6e0a23

Please sign in to comment.