Skip to content

Commit

Permalink
lets go
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotwutingfeng committed Jul 9, 2023
1 parent 8ccebaa commit 753ffa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: CI

on:
workflow_dispatch:
push:
branches: [master]
branches: [master, dev]

jobs:
build:
Expand All @@ -29,4 +30,4 @@ jobs:
run: earthly --version

- name: Run build
run: earthly --ci --push +docker --repo 'ghcr.io/xampprocky/tokei_rs'
run: earthly --ci --push +docker --repo 'ghcr.io/elliotwutingfeng/tokei_rs'
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- internal

badge:
image: ghcr.io/XAMPPRocky/tokei_rs
image: ghcr.io/elliotwutingfeng/tokei_rs
environment:
- RUST_LOG=debug
networks:
Expand Down

0 comments on commit 753ffa5

Please sign in to comment.