Skip to content

Commit

Permalink
ci(release): in-line ENVs as not supported in with
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb committed Jan 12, 2025
1 parent fb73f70 commit ab5ecf2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
permissions:
contents: read # for actions/checkout to fetch code

env:
REGISTRY: ghcr.io
IMAGE_NAME: weaveworks/wego-app

jobs:
tag-release:
if: github.event.review.state == 'approved' && startsWith(github.event.pull_request.head.ref, 'releases/')
Expand Down Expand Up @@ -67,7 +63,7 @@ jobs:
file: gitops-server.dockerfile
flavor: |
latest=true
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
image: ghcr.io/weaveworks/wego-app
platforms: linux/amd64,linux/arm64
push: true
ref: ${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit ab5ecf2

Please sign in to comment.