File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - name : Kaniko build
2525 uses : aevea/action-kaniko@master
2626 with :
27- image : vscode-devcontainer-base
2827 registry : ghcr.io
2928 password : ${{ secrets.GITHUB_TOKEN }}
3029 tag : ${{ env.DOCKER_IMAGE_TAG }}
4847 env :
4948 BRANCH_NAME : " ${{ github.event.pull_request.head.ref }}"
5049 run : |
51- echo "::set-output name= DOCKER_IMAGE_TAG::$(${BRANCH_NAME} | cut -d '/' -f 2)"
50+ echo "DOCKER_IMAGE_TAG::$(${BRANCH_NAME} | cut -d '/' -f 2)" >> $GITHUB_OUTPUT
5251 - name : Kaniko build
5352 uses : aevea/action-kaniko@master
5453 with :
7574 env :
7675 TAG_NAME : " ${{ github.event.pull_request.head.ref }}"
7776 run : |
78- echo "::set-output name= DOCKER_IMAGE_TAG::$(${TAG_NAME} | cut -d '/' -f 3)"
77+ echo "DOCKER_IMAGE_TAG::$(${TAG_NAME} | cut -d '/' -f 3)" >> $GITHUB_OUTPUT
7978 - name : Kaniko build
8079 uses : aevea/action-kaniko@master
8180 with :
You can’t perform that action at this time.
0 commit comments