Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
add gistalk prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
minjunj committed Feb 14, 2024
1 parent 1de9998 commit d444899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: gistalk-backend-prod
ECR_REPOSITORY: gistalk-backend
IMAGE_TAG: prod${{ github.run_number }}

steps:
Expand All @@ -37,7 +37,7 @@ jobs:
uses: docker/build-push-action@v2
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: gistalk-backend-prod
ECR_REPOSITORY: gistalk-backend
IMAGE_TAG: prod${{ github.run_number }} # Use run number as image tag
with:
context: .
Expand Down

0 comments on commit d444899

Please sign in to comment.