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 - uses : actions/checkout@v4
2222 - name : Log into registry
2323 run : |
24- echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor } } --password-stdin
24+ echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${GITHUB_ACTOR } --password-stdin
2525
2626 - name : Build and tag the image
2727 run : docker build . --tag $IMAGE_NAME
Original file line number Diff line number Diff line change 7272 python3 -m pip -v install dist/capirca*py3*.whl
7373 aclgen --output_directory ./output --logtostderr
7474 cd ./output/ && \
75- zip -r ../../artifacts/capirca_output_${{ env. wfdt } }.zip .
75+ zip -r ../../artifacts/capirca_output_${wfdt}.zip .
7676 cd ..
7777 python3 -m pip -v uninstall -y capirca
7878 - name : Perform end-to-end testing with master branch
You can’t perform that action at this time.
0 commit comments