File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Docker Image CI
2+
3+ on :
4+ push :
5+ branches : ["**"]
6+ pull_request :
7+ branches : ["**"]
8+
9+ jobs :
10+ build :
11+ runs-on : ubuntu-latest
12+
13+ steps :
14+ - uses : actions/checkout@v6
15+ - name : Build the Docker image
16+ run : docker build . --file Dockerfile --tag my-image-name:$(date +%s)
Original file line number Diff line number Diff line change 11# LBRY Daemon
22
33[ ![ Go] ( https://github.com/LBRYFoundation/lbry-daemon/actions/workflows/go.yml/badge.svg )] ( https://github.com/LBRYFoundation/lbry-daemon/actions/workflows/go.yml )
4+ [ ![ Docker Image CI] ( https://github.com/LBRYFoundation/lbry-daemon/actions/workflows/docker-image.yml/badge.svg )] ( https://github.com/LBRYFoundation/lbry-daemon/actions/workflows/docker-image.yml )
45[ ![ Codecov] ( https://codecov.io/gh/LBRYFoundation/lbry-daemon/graph/badge.svg )] ( https://codecov.io/gh/LBRYFoundation/lbry-daemon )
56![ Snapcraft Version] ( https://img.shields.io/snapcraft/v/lbry-daemon/latest/stable?logo=snapcraft )
67![ WinGet Package Version] ( https://img.shields.io/winget/v/LBRY.Daemon )
You can’t perform that action at this time.
0 commit comments