This commit is contained in:
parent
18dafff0b1
commit
8aba43a3ed
1 changed files with 1 additions and 4 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -11,15 +11,12 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
|
||||||
GOPRIVATE: git.wittern.io/public/echo-todos
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '^1.22.5'
|
go-version: '^1.22.5'
|
||||||
- run: go version
|
- name: Login to GitHub Container Registry
|
||||||
- name: Login to Package Registry
|
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.wittern.io
|
registry: git.wittern.io
|
||||||
|
|
Loading…
Reference in a new issue