File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 file : Dockerfile
3838 tags : |
3939 ghcr.io/devsoc-unsw/${{ env.IMAGE_NAME }}:${{ github.sha }}
40- ghcr.io/devsoc-unsw/${{ env.IMAGGE_NAME }}:latest
40+ ghcr.io/devsoc-unsw/${{ env.IMAGE_NAME }}:latest
4141 labels : ${{ steps.meta.outputs.labels }}
4242 cache-from : type=gha
4343 cache-to : type=gha,mode=max
@@ -63,10 +63,10 @@ jobs:
6363 git config user.email "technical@csesoc.org.au"
6464
6565 git checkout -b update/${{ env.IMAGE_NAME }}/${{ github.sha }}
66- yq -i '.items[0].spec.template.spec.containers[0].image = "ghcr.io/devsoc-unsw/${{ env.IMAGE_NAME}:${{ github.sha }}"' projects/hasuragres/${{ env.ENVIRONMENT }}/hasuragres.yml
66+ yq -i '.items[0].spec.template.spec.containers[0].image = "ghcr.io/devsoc-unsw/${{ env.IMAGE_NAME } }:${{ github.sha }}"' projects/hasuragres/${{ env.ENVIRONMENT }}/hasuragres.yml
6767
6868 git add .
6969 git commit -m "feat(${{ env.IMAGE_NAME }}): update image"
7070 git push -u origin update/${{ env.IMAGE_NAME }}/${{ github.sha }}
71- gh pr create -B dev --title "feat(${{ env.IMAGE_NAME}}): update image" --body "Updates the image for the ${{ env.IMAGE_NAME }} deployment to commit devsoc-unsw/${{ env.IMAGE_NAME }}@${{ github.sha }}." > URL
71+ gh pr create -B dev --title "feat(${{ env.IMAGE_NAME }}): update image" --body "Updates the image for the ${{ env.IMAGE_NAME }} deployment to commit devsoc-unsw/${{ env.IMAGE_NAME }}@${{ github.sha }}." > URL
7272 gh pr merge $(cat URL) --squash -d
You can’t perform that action at this time.
0 commit comments