Skip to content

Commit a0c0423

Browse files
authored
Merge pull request #378 from fluxcd/nightly-build-img-name
2 parents 39e9602 + 8acb8cd commit a0c0423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66

77
env:
8-
CONTROLLER: ${{ github.event.repository.name }}
8+
REPOSITORY: ${{ github.repository }}
99

1010
jobs:
1111
build:
@@ -30,4 +30,4 @@ jobs:
3030
file: ./Dockerfile
3131
platforms: linux/amd64,linux/arm/v7,linux/arm64
3232
tags: |
33-
fluxcd/${{ env.CONTROLLER }}:nightly
33+
${{ env.REPOSITORY }}:nightly

0 commit comments

Comments
 (0)