Skip to content

Commit

Permalink
fix: oci reg typo
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
  • Loading branch information
xvzf committed Aug 5, 2024
1 parent 349c8b5 commit 3cbf7a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ dockers:
- agent
- bladectl
image_templates:
- ghcr.io/github.com/uptime-induestries/compute-blade-agent:latest
- ghcr.io/github.com/uptime-induestries/compute-blade-agent:{{ .Tag }}
- ghcr.io/github.com/uptime-induestries/compute-blade-agent:v{{ .Major }}
- ghcr.io/github.com/uptime-industries/compute-blade-agent:latest
- ghcr.io/github.com/uptime-industries/compute-blade-agent:{{ .Tag }}
- ghcr.io/github.com/uptime-industries/compute-blade-agent:v{{ .Major }}
build_flag_templates:
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.title={{.ProjectName}}"
Expand Down Expand Up @@ -69,7 +69,7 @@ nfpms:
- id: computeblade-agent
maintainer: Matthias Riegler <me@xvzf.tech>
description: Computeblade Agent
homepage: https://github.com/github.com/uptime-induestries/compute-blade-agent
homepage: https://github.com/github.com/uptime-industries/compute-blade-agent
license: Apache 2.0
formats:
- deb
Expand Down

0 comments on commit 3cbf7a8

Please sign in to comment.