Skip to content

Commit

Permalink
Adds to github build action creation of docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
phantomjinx committed Jul 19, 2024
1 parent 9d7c291 commit d160264
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ jobs:
${{ runner.os }}-go-
- name: Build
run: make build
- name: Build image
run: |
make image
- name: Display image
run: |
docker images

0 comments on commit d160264

Please sign in to comment.