Skip to content

Commit

Permalink
update deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
randallard committed Dec 30, 2024
1 parent 96d8909 commit 9774f9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.CR_PAT }}

- name: Extract metadata for Docker
id: meta
Expand Down
3 changes: 2 additions & 1 deletion k8s/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ spec:
spec:
containers:
- name: friends-connect
image: friends-connect:latest
image: ghcr.io/randallard/friends-connect:test
imagePullPolicy: Always
ports:
- containerPort: 8080
resources:
Expand Down

0 comments on commit 9774f9d

Please sign in to comment.