Skip to content

Commit ab5ecf2

Browse files
committed
ci(release): in-line ENVs as not supported in with
1 parent fb73f70 commit ab5ecf2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ on:
88
permissions:
99
contents: read # for actions/checkout to fetch code
1010

11-
env:
12-
REGISTRY: ghcr.io
13-
IMAGE_NAME: weaveworks/wego-app
14-
1511
jobs:
1612
tag-release:
1713
if: github.event.review.state == 'approved' && startsWith(github.event.pull_request.head.ref, 'releases/')
@@ -67,7 +63,7 @@ jobs:
6763
file: gitops-server.dockerfile
6864
flavor: |
6965
latest=true
70-
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
66+
image: ghcr.io/weaveworks/wego-app
7167
platforms: linux/amd64,linux/arm64
7268
push: true
7369
ref: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)