Skip to content

Commit aaf44ca

Browse files
committed
update same for main.yml
1 parent 58a38ae commit aaf44ca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/front-end.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
file: ./front-end/Dockerfile
6464
push: true
6565
tags: |
66-
${{ secrets.DOCKER_HUB_USERNAME }}/aws-integration:v1.0.${{ github.run_number }}
66+
${{ secrets.DOCKER_HUB_USERNAME }}/frontend-aws-integration:v1.0.${{ github.run_number }}

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,5 @@ jobs:
8383
context: .
8484
file: ./Dockerfile
8585
push: true
86-
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/aws-integration:latest
86+
tags: |
87+
${{ secrets.DOCKER_HUB_USERNAME }}/aws-integration:v1.0.${{ github.run_number }}

0 commit comments

Comments
 (0)