We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a38ae commit aaf44caCopy full SHA for aaf44ca
.github/workflows/front-end.yml
@@ -63,4 +63,4 @@ jobs:
63
file: ./front-end/Dockerfile
64
push: true
65
tags: |
66
- ${{ secrets.DOCKER_HUB_USERNAME }}/aws-integration:v1.0.${{ github.run_number }}
+ ${{ secrets.DOCKER_HUB_USERNAME }}/frontend-aws-integration:v1.0.${{ github.run_number }}
.github/workflows/main.yml
@@ -83,4 +83,5 @@ jobs:
83
context: .
84
file: ./Dockerfile
85
86
- tags: ${{ secrets.DOCKER_HUB_USERNAME }}/aws-integration:latest
+ tags: |
87
+ ${{ secrets.DOCKER_HUB_USERNAME }}/aws-integration:v1.0.${{ github.run_number }}
0 commit comments