Skip to content

Commit

Permalink
Changes 2 to GitHub Actions workflow for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
abankhele committed Feb 24, 2024
1 parent d614e89 commit 5e8ef96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Set up JDK 1.17
uses: actions/setup-java@v2
Expand All @@ -34,4 +34,4 @@ jobs:
run: |
docker login --username abankhele --password ${{secrets.ACCESS_TOKEN}} ghcr.io
docker build -t ghcr.io/abankhele/prime-service:latest --file Dockerfile .
docker push ghcr.io/abankhele/prime-service:latest
docker push ghcr.io/abankhele/prime-service:latest

0 comments on commit 5e8ef96

Please sign in to comment.