why do I need an admin account?!?!?!?!?
This commit is contained in:
parent
cb7f45373c
commit
4a4299a217
2 changed files with 6 additions and 8 deletions
10
.github/workflows/app.yml
vendored
10
.github/workflows/app.yml
vendored
|
@ -55,18 +55,12 @@ jobs:
|
||||||
docker build . --file Dockerfile --tag ${{ secrets.ACR_LOGIN_SERVER }}/$IMAGE_NAME:${{needs.versionize.outputs.semver}}
|
docker build . --file Dockerfile --tag ${{ secrets.ACR_LOGIN_SERVER }}/$IMAGE_NAME:${{needs.versionize.outputs.semver}}
|
||||||
docker build . --file Dockerfile --tag ${{ secrets.ACR_LOGIN_SERVER }}/$IMAGE_NAME:latest
|
docker build . --file Dockerfile --tag ${{ secrets.ACR_LOGIN_SERVER }}/$IMAGE_NAME:latest
|
||||||
|
|
||||||
- name: Az CLI login
|
|
||||||
id: login
|
|
||||||
uses: azure/login@v2
|
|
||||||
with:
|
|
||||||
client-id: ${{ secrets.CALQUE_PRD_CLIENT_ID }}
|
|
||||||
tenant-id: ${{ secrets.CALQUE_PRD_TENANT_ID }}
|
|
||||||
subscription-id: ${{ secrets.CALQUE_PRD_SUBSCRIPTION_ID }}
|
|
||||||
|
|
||||||
- name: Login to ACR
|
- name: Login to ACR
|
||||||
uses: azure/docker-login@v2
|
uses: azure/docker-login@v2
|
||||||
with:
|
with:
|
||||||
login-server: ${{ secrets.ACR_LOGIN_SERVER }}
|
login-server: ${{ secrets.ACR_LOGIN_SERVER }}
|
||||||
|
username: ${{ secrets.ACR_USERNAME }}
|
||||||
|
password: ${{ secrets.ACR_PASSWORD }}
|
||||||
|
|
||||||
- name: Push container images
|
- name: Push container images
|
||||||
working-directory: src
|
working-directory: src
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
@export()
|
@export()
|
||||||
type Context = {
|
type Context = {
|
||||||
|
@minLength(2)
|
||||||
locationAbbreviation: string
|
locationAbbreviation: string
|
||||||
|
@minLength(2)
|
||||||
location: string
|
location: string
|
||||||
|
@minLength(3)
|
||||||
environment: string
|
environment: string
|
||||||
|
@minLength(2)
|
||||||
projectName: string
|
projectName: string
|
||||||
deployedAt: string
|
deployedAt: string
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue