Skip to content

Commit 211dac2

Browse files
committed
revert image tag changes
1 parent 32cd62f commit 211dac2

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/deploy-pm4.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151

5252
- name: Set image name
5353
run: |
54-
RESOLVED_IMAGE_TAG=${{ env.IMAGE_TAG }}
5554
echo "IMAGE=${{ secrets.REGISTRY_HOST }}/processmaker/enterprise:$RESOLVED_IMAGE_TAG" >> $GITHUB_ENV
5655
- name: Generate image EKS
5756
if: ${{ !contains(github.event.pull_request.body, 'ci:skip-build') }}
@@ -127,11 +126,6 @@ jobs:
127126
- name: Authenticate with Amazon EKS
128127
run: aws eks update-kubeconfig --region us-east-1 --name pm4-eng
129128

130-
- name: Resolve IMAGE_TAG
131-
run: |
132-
RESOLVED_IMAGE_TAG=$(echo "$CI_PROJECT-$CI_PACKAGE_BRANCH" | sed "s;/;-;g" | sed "s/refs-heads-//g")
133-
echo "RESOLVED_IMAGE_TAG=$RESOLVED_IMAGE_TAG" >> $GITHUB_ENV
134-
echo "IMAGE_TAG=$RESOLVED_IMAGE_TAG" >> $GITHUB_ENV
135129

136130
- name: Deploy instance EKS
137131
env:

0 commit comments

Comments
 (0)