6 Commits

Author SHA1 Message Date
d7c51b9e8f Merge pull request 'chore(deps): update docker/login-action action to v4' (#30) from renovate/docker-login-action-4.x into main
Some checks failed
Go / build (push) Failing after 7s
Reviewed-on: #30
2026-03-07 23:22:23 +13:00
8c7d22398f Merge pull request 'chore(deps): update docker/setup-buildx-action action to v4' (#31) from renovate/docker-setup-buildx-action-4.x into main
Some checks failed
Go / build (push) Failing after 8s
Reviewed-on: #31
2026-03-07 23:21:05 +13:00
d3ce267af7 Merge pull request 'chore(deps): update docker/build-push-action action to v7' (#32) from renovate/docker-build-push-action-7.x into main
Some checks failed
Go / build (push) Has been cancelled
Reviewed-on: #32
2026-03-07 23:20:12 +13:00
Renovate Bot
e34e776a0b chore(deps): update docker/build-push-action action to v7
Some checks failed
Go / build (pull_request) Failing after 9s
2026-03-06 00:13:06 +00:00
Renovate Bot
02ced2334a chore(deps): update docker/setup-buildx-action action to v4
Some checks failed
Go / build (pull_request) Failing after 9s
2026-03-05 12:18:19 +00:00
Renovate Bot
cc2f3905ef chore(deps): update docker/login-action action to v4
Some checks failed
Go / build (pull_request) Failing after 7s
2026-03-04 12:06:34 +00:00
3 changed files with 3 additions and 5 deletions

View File

@@ -22,17 +22,17 @@ jobs:
# run: go build -v ./...
- name: Login to Docker registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: git.nice.net.nz
username: hads
password: ${{ secrets.PAT }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v4
- name: Build and push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
file: ./Dockerfile

1
go.mod
View File

@@ -5,7 +5,6 @@ go 1.22.2
require (
github.com/lmittmann/tint v1.1.3
github.com/urfave/cli/v2 v2.27.7
github.com/urfave/cli/v3 v3.6.2
)
require (

1
go.sum
View File

@@ -46,7 +46,6 @@ github.com/urfave/cli/v2 v2.27.6 h1:VdRdS98FNhKZ8/Az8B7MTyGQmpIr36O1EHybx/LaZ4g=
github.com/urfave/cli/v2 v2.27.6/go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ=
github.com/urfave/cli/v2 v2.27.7 h1:bH59vdhbjLv3LAvIu6gd0usJHgoTTPhCFib8qqOwXYU=
github.com/urfave/cli/v2 v2.27.7/go.mod h1:CyNAG/xg+iAOg0N4MPGZqVmv2rCoP267496AOXUZjA4=
github.com/urfave/cli/v3 v3.6.2/go.mod h1:ysVLtOEmg2tOy6PknnYVhDoouyC/6N42TMeoMzskhso=
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU=
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673/go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8=
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 h1:+qGGcbkzsfDQNPPe9UDgpxAWQrhbbBXOYJFQDq/dtJw=