File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 ARGO_APP_NAME : ${{ github.ref_name }}
2222
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525
2626 - name : Install vc-build
2727 run : |
4747 docker build --build-arg PLATFORM_IMAGE=${{ env.PLATFORM_IMAGE }} --build-arg PLATFORM_TAG=${{ env.PLATFORM_TAG }} -t ${{env.PLATFORM_IMAGE_NAME}} ${{env.DOCKERFILE_PATH}}
4848
4949 - name : Docker Login
50- uses : docker/login-action@v3
50+ uses : docker/login-action@v4
5151 with :
5252 registry : ${{ env.CONTAINER_REGISTRY }}
5353 username : ${{ env.DOCKER_LOGIN }}
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-22.04
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717
1818 - name : Install vc-build
1919 run : |
Original file line number Diff line number Diff line change 1919 ARGO_APP_NAME : ${{ github.ref_name }}
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323
2424 - name : Install vc-build
2525 run : |
3232 echo "STOREFRONT_REPO=$(cat ./storefront/image.json | jq -r '.Repository')" >> $GITHUB_ENV
3333
3434 - name : Docker Login
35- uses : docker/login-action@v3
35+ uses : docker/login-action@v4
3636 with :
3737 registry : ${{ env.CONTAINER_REGISTRY }}
3838 username : ${{ env.DOCKER_LOGIN }}
Original file line number Diff line number Diff line change 1616 STORYBOOK_TAG : ' '
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020
2121 - name : Install vc-build
2222 run : |
Original file line number Diff line number Diff line change 1919 ARTIFACT_URL : ' '
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323
2424 - name : Install vc-build
2525 run : |
You can’t perform that action at this time.
0 commit comments