Skip to content

Commit

Permalink
Merge pull request #189 from vtex/chore/change-aws-account-cicd
Browse files Browse the repository at this point in the history
chore: change aws acc to correct ecr repo img
  • Loading branch information
ericksvargas authored Jan 31, 2025
2 parents 8406b3f + 45b9d37 commit 60161e6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ESLint
name: lint

on:
push:
Expand All @@ -13,7 +13,6 @@ on:
jobs:
lint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ apps:
name: checkout-ui-tests
key: RECORD_KEY
optional: false
dockerfile: ./dockerfiles/stable/Dockerfile
imageRepoName: healthcheck/webtests/checkout
imagePullPolicy: Always
command:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
dependencies:
- name: sre-provisioning
repository: oci://053131491888.dkr.ecr.us-east-1.amazonaws.com
repository: oci://558830342743.dkr.ecr.us-east-1.amazonaws.com
version: 0.2.5
description: Default Kubernetes Helm Template
name: checkout-ui-tests-0.19.10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ sre-provisioning:
command:
- yarn
- test
dockerfile: ./dockerfiles/stable/Dockerfile
envs:
- name: VTEX_ENV
value: stable
Expand Down

0 comments on commit 60161e6

Please sign in to comment.