Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cin committed May 12, 2023
1 parent 87cda9a commit 95c65f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ permissions:

env:
REGISTRY: 018471812555.dkr.ecr.eu-west-1.amazonaws.com
IMAGE_NAME: ${{ github.repository }}
AWS_REGION: eu-west-1

jobs:
Expand Down Expand Up @@ -99,12 +98,12 @@ jobs:
- name: Create Release YAML (gatling-operator.yaml)
env:
VERSION: ${{ env.VERSION }}
run: make manifests-release IMG=$REGISTRY/$IMAGE_NAME:$VERSION
run: make manifests-release IMG=$REGISTRY/gatling-operator:$VERSION
- name: Build and push operator image ${{ env.VERSION }}
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }}
tags: ${{ env.REGISTRY }}/gatling-operator:${{ env.VERSION }}
file: ./Dockerfile
build-args: |
VERSION=${{ env.VERSION }}
Expand Down

0 comments on commit 95c65f4

Please sign in to comment.