Skip to content

Commit

Permalink
Use checkout v3
Browse files Browse the repository at this point in the history
  • Loading branch information
o-liver authored Nov 6, 2023
1 parent d47077b commit 2e1d744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run CI
run: |
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin
echo "${{ secrets.CR_PAT }}" | docker login https://ghcr.io -u ${{ secrets.CR_USER }} --password-stdin
docker build -t ppiper/neo-cli:latest .
docker tag ppiper/neo-cli:latest ghcr.io/sap/ppiper-neo-cli:latest
docker push ppiper/neo-cli:latest
docker push ghcr.io/sap/ppiper-neo-cli:latest
docker push ghcr.io/sap/ppiper-neo-cli:latest

0 comments on commit 2e1d744

Please sign in to comment.