Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Nov 13, 2024
1 parent 9f42101 commit 8a14ffe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
LAMBDA_ECR_REPO_URL: ${{ vars.AWS_ACCOUNT }}.dkr.ecr.${{ vars.AWS_REGION }}.amazonaws.com/${{ vars.APP_NAME }}-lambda-repo-${{ inputs.environment }}"

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Log in to the GHCR
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 8a14ffe

Please sign in to comment.