Skip to content

Commit f5ee52c

Browse files
authored
Update ci.yml
1 parent b4e3d11 commit f5ee52c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424

2525
- name: Build and Push Docker Image
2626
run: |
27-
docker build -t ghcr.io/${{ github.repository }}/aws-eb-cli:${{ env.TAG_NAME }} .
28-
docker push ghcr.io/${{ github.repository }}/aws-eb-cli:${{ env.TAG_NAME }}
27+
docker build -t ghcr.io/${{ github.repository }}:${{ env.TAG_NAME }} .
28+
docker push ghcr.io/${{ github.repository }}:${{ env.TAG_NAME }}

0 commit comments

Comments
 (0)