Skip to content

Commit

Permalink
final tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed Mar 14, 2024
1 parent 3cb5a9d commit 61e71d8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-and-push-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- main
- feat/labeler-distro
tags:
- v*
env:
Expand Down
1 change: 0 additions & 1 deletion lib/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { OzoneConfig, getConfig } from './client-config'

export interface ClientSession extends AtpSessionData {
service: string
// @TODO consider backwards compat of local storage state
config: OzoneConfig
skipRecord: boolean
}
Expand Down
2 changes: 1 addition & 1 deletion service/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- 'com.centurylinklabs.watchtower.enable=true'
ozone:
container_name: ozone
image: ghcr.io/bluesky-social/ozone:sha-b0ace18379b5f47073dee1a7966c7ced9e086f1d # @TODO set initial tag
image: ghcr.io/bluesky-social/ozone:0.1
network_mode: host
restart: unless-stopped
depends_on:
Expand Down

0 comments on commit 61e71d8

Please sign in to comment.