This commit is contained in:
parent
ee5d1ea969
commit
18dafff0b1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -20,10 +20,10 @@ jobs:
|
|||
go-version: '^1.22.5'
|
||||
- run: go version
|
||||
- name: Login to Package Registry
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.wittern.io
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- name: Build the Docker image
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue