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 1e407ad commit d8d5e08Copy full SHA for d8d5e08
.github/workflows/helloworld.yml
@@ -53,6 +53,9 @@ jobs:
53
namespace: ${{ env.NAMESPACE }}
54
arguments: --force true
55
56
+ - run: |
57
+ sed -i -e "s|_IMAGE_|${{ env.REGISTRY_NAME }}.azurecr.io/${{ env.APP_NAME }}:${{ github.sha }}|g" ${{ github.workspace }}/manifests/deployment.yaml
58
+
59
# Deploy app to AKS
60
- uses: azure/k8s-deploy@v1
61
with:
manifests/deployment.yaml
@@ -16,7 +16,7 @@ spec:
16
"kubernetes.io/os": linux
17
containers:
18
- name: helloworld
19
- image: <image>
+ image: _IMAGE_
20
resources:
21
requests:
22
cpu: 100m
0 commit comments