Skip to content

Commit

Permalink
Changes 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 83bf8fc commit d614e89
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 @@ -33,5 +33,5 @@ jobs:
- name: Build and push the image
run: |
docker login --username abankhele --password ${{secrets.ACCESS_TOKEN}} ghcr.io
docker build -t ghcr.io/abankhele/primes-service:latest --file Dockerfile .
docker push ghcr.io/abankhele/primes-service:latest
docker build -t ghcr.io/abankhele/prime-service:latest --file Dockerfile .
docker push ghcr.io/abankhele/prime-service:latest

0 comments on commit d614e89

Please sign in to comment.