fix: Update CI/CD workflow with correct APP_NAME (resumeformatter)
Some checks failed
Resume Formatter Docker Build / Build and push Docker image (push) Failing after 3s
Some checks failed
Resume Formatter Docker Build / Build and push Docker image (push) Failing after 3s
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Profile Linker Docker Build
|
name: Resume Formatter Docker Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -7,7 +7,7 @@ on:
|
|||||||
branches: [dev, main]
|
branches: [dev, main]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
APP_NAME: NEW_APP_NAME
|
APP_NAME: resumeformatter
|
||||||
REGISTRY_USERNAME: ${{ vars.REGISTRY_USERNAME }}
|
REGISTRY_USERNAME: ${{ vars.REGISTRY_USERNAME }}
|
||||||
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_TOKEN }}
|
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user