Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Léonard Roch committed Feb 28, 2024
1 parent 143d25a commit 6811bc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-on-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_SESSION_TOKEN: ${{ secrets.AWS_SESSION_TOKEN }}

- name: Extract tag version
id: extract_tag
shell: bash
run: echo ::set-output name=tag::${GITHUB_REF/refs\/tags\//}

- name: Build, tag, and push image to Amazon ECR
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
Expand Down

0 comments on commit 6811bc1

Please sign in to comment.