Skip to content

Commit 4e7b418

Browse files
author
Josh Ault
committed
separate build & docker jobs
1 parent d93b686 commit 4e7b418

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121

2222
- run: go build
2323

24+
docker:
25+
runs-on: ubuntu-latest
26+
steps:
2427
- uses: docker/setup-buildx-action@v3
2528

2629
- uses: docker/metadata-action@v5

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [released]
66

77
jobs:
8-
build:
8+
release:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)