Skip to content

Commit

Permalink
testing kodekloudhub#1
Browse files Browse the repository at this point in the history
  • Loading branch information
mu7med authored Jan 1, 2024
1 parent 129f4ee commit 9f1d969
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/solar-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,19 @@ jobs:
with:
name: Code-Coverage-Result
path: coverage
retention-days: 5
retention-days: 5

docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/[email protected]
with:
context: .
push: true
tags: 'ghcr.io/${{ github.repository_owner }}/solar-system:${{ github.sha }}'

0 comments on commit 9f1d969

Please sign in to comment.