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

Commit

Permalink
Merge pull request #97 from gsainfoteam/deploy_icarus
Browse files Browse the repository at this point in the history
change
  • Loading branch information
minjunj authored Jan 28, 2024
2 parents 69b3448 + ecb528f commit afc34d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.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: ziggle-backend
ECR_REPOSITORY: gistlak-backend
IMAGE_TAG: dev${{ 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: ziggle-backend
ECR_REPOSITORY: gistlak-backend
IMAGE_TAG: dev${{ github.run_number }} # Use run number as image tag
with:
context: .
Expand Down

0 comments on commit afc34d6

Please sign in to comment.