Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/stats'
Browse files Browse the repository at this point in the history
  • Loading branch information
t-muehlberger committed Sep 13, 2024
2 parents 36e7efa + 5344e0a commit fd5cb38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
go-version: '1.21.x'
- name: Install dependencies
run: go mod download
- name: Generate code
run: go generate
- name: Test with Go
run: go test ./...

Expand Down
2 changes: 1 addition & 1 deletion k8s/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: sharepass
spec:
containers:
- image: tmuehlberger/sharepass:latest
- image: ghcr.io/t-muehlberger/sharepass:latest
name: sharepass
ports:
- containerPort: 5000
Expand Down
Empty file added pkg/assets/web-ui/gitkeep
Empty file.

0 comments on commit fd5cb38

Please sign in to comment.