Skip to content

Commit 9b4f2dd

Browse files
authored
Merge pull request #25 from syscoin/kubernetes-migrate
ci: update to ref_name
2 parents 37807cb + 176c5e9 commit 9b4f2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Build, tag, and push image to Amazon ECR
5050
id: build-image-main
51-
if: github.ref_type == 'branch' && github.ref == 'main'
51+
if: github.ref_type == 'branch' && github.ref_name == 'main'
5252
env:
5353
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
5454
IMAGE_TAG: latest

0 commit comments

Comments
 (0)