Skip to content

Commit

Permalink
chore: sync dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Nov 26, 2024
1 parent 7d13c46 commit a1b20d2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 56 deletions.
24 changes: 0 additions & 24 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,30 +29,6 @@ builds:
flags:
- -cover

dockers:
- ids:
- cm
dockerfile: Dockerfile.chall-manager
image_templates:
- "ctferio/chall-manager:latest"
- "ctferio/chall-manager:{{ .Tag }}"
build_flag_templates:
- "--label=org.opencontainers.image.created={{ .Date }}"
- "--label=org.opencontainers.image.title=chall-manager"
- "--label=org.opencontainers.image.revision={{ .FullCommit }}"
- "--label=org.opencontainers.image.version={{ .Version }}"
- ids:
- cmj
dockerfile: Dockerfile.chall-manager-janitor
image_templates:
- "ctferio/chall-manager-janitor:latest"
- "ctferio/chall-manager-janitor:{{ .Tag }}"
build_flag_templates:
- "--label=org.opencontainers.image.created={{ .Date }}"
- "--label=org.opencontainers.image.title=chall-manager-janitor"
- "--label=org.opencontainers.image.revision={{ .FullCommit }}"
- "--label=org.opencontainers.image.version={{ .Version }}"

changelog:
sort: asc
filters:
Expand Down
5 changes: 0 additions & 5 deletions Dockerfile.chall-manager

This file was deleted.

3 changes: 0 additions & 3 deletions Dockerfile.chall-manager-janitor

This file was deleted.

3 changes: 2 additions & 1 deletion deploy/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/ctfer-io/chall-manager/deploy

go 1.22.4
go 1.22.7

toolchain go1.23.2

require (
Expand Down
Loading

0 comments on commit a1b20d2

Please sign in to comment.