Skip to content

Commit ce4d78a

Browse files
committed
bleh
1 parent 866e94f commit ce4d78a

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Build Containers
2+
on:
3+
# publish on releases, e.g. v2.1.13 (image tagged as "2.1.13" - "v" prefix is removed)
4+
release:
5+
types: [ published ]
6+
# publish on pushes to the main branch (image tagged as "latest")
7+
push:
8+
branches:
9+
- master
10+
#push:
11+
# paths: ["**.rs", "**.lock", "**.toml", "**.yml"]
12+
13+
jobs:
14+
build-server:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: actions/checkout@v6
18+
# https://github.com/marketplace/actions/push-to-ghcr
19+
- name: Build and publish a Docker image for ${{ github.repository }}
20+
uses: macbre/push-to-ghcr@master
21+
with:
22+
image_name: ${{ github.repository }} # it will be lowercased internally
23+
github_token: ${{ secrets.GITHUB_TOKEN }}

compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ services:
66
environment:
77
- TUNNEL_TOKEN=${TUNNEL_TOKEN}
88
hc:
9-
build: .
9+
#build: .
10+
image: ghcr.io/srcwr/hc:latest
1011
restart: unless-stopped
1112
stop_grace_period: 2s
1213
volumes:

fuck.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"home":11529,"ghhc":135,"hashed_index":3911,"main":38,"maps_czarchasm":402,"maps_index":10270,"maps_ksfthings":1713,"69":5927,"test":502,"check":1075}
1+
{"69":6567,"ghhc":151,"main":38,"maps_ksfthings":1864,"maps_index":11440,"home":12881,"check":1172,"maps_czarchasm":431,"hashed_index":4327,"test":502}

0 commit comments

Comments
 (0)