Skip to content

Commit 2e1d744

Browse files
authored
Use checkout v3
1 parent d47077b commit 2e1d744

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)