File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
12
12
push :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
- name : Run CI
17
17
run : |
18
18
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin
19
19
echo "${{ secrets.CR_PAT }}" | docker login https://ghcr.io -u ${{ secrets.CR_USER }} --password-stdin
20
20
docker build -t ppiper/neo-cli:latest .
21
21
docker tag ppiper/neo-cli:latest ghcr.io/sap/ppiper-neo-cli:latest
22
22
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 9
9
create-release :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v1
12
+ - uses : actions/checkout@v3
13
13
- name : Prepare Release
14
14
run : |
15
15
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 6
6
test :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v3
10
10
- name : REUSE Compliance Check
11
11
You can’t perform that action at this time.
0 commit comments