File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 push :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v3
1616 - name : Run CI
1717 run : |
1818 echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin
1919 echo "${{ secrets.CR_PAT }}" | docker login https://ghcr.io -u ${{ secrets.CR_USER }} --password-stdin
2020 docker build -t ppiper/neo-cli:latest .
2121 docker tag ppiper/neo-cli:latest ghcr.io/sap/ppiper-neo-cli:latest
2222 docker push ppiper/neo-cli:latest
23- docker push ghcr.io/sap/ppiper-neo-cli:latest
23+ docker push ghcr.io/sap/ppiper-neo-cli:latest
Original file line number Diff line number Diff line change 99 create-release :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v1
12+ - uses : actions/checkout@v3
1313 - name : Prepare Release
1414 run : |
1515 CURRENT_VERSION_LONG=$(curl --silent "https://api.github.com/repos/SAP/devops-docker-neo-cli/releases" | jq -r '.[].tag_name' | head -n1)
Original file line number Diff line number Diff line change 66 test :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v3
1010 - name : REUSE Compliance Check
1111
You can’t perform that action at this time.
0 commit comments