Skip to content

Commit

Permalink
fix: repo name variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Amninder Kaur committed Aug 16, 2023
1 parent a4921b5 commit 247d02f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-db-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
run: |
echo "Releaase Tag name: $GITHUB_REF_NAME"
docker build -f Dockerfile.chronos-pg-migration . --tag ghcr.io/GITHUB_REPOSITORY/db-migration:$GITHUB_REF_NAME
docker push ghcr.io/GITHUB_REPOSITORY/db-migration:$GITHUB_REF_NAME
docker build -f Dockerfile.chronos-pg-migration . --tag ghcr.io/$GITHUB_REPOSITORY/db-migration:$GITHUB_REF_NAME
docker push ghcr.io/$GITHUB_REPOSITORY/db-migration:$GITHUB_REF_NAME
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:

- name: Build and publish chronos for chronos image
run: |
docker build -f Dockerfile.chronos . --tag ghcr.io/GITHUB_REPOSITORY:$GITHUB_REF_NAME
docker build -f Dockerfile.chronos . --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_REF_NAME
docker push ghcr.io/$GITHUB_REPOSITORY:$GITHUB_REF_NAME

0 comments on commit 247d02f

Please sign in to comment.