Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
ci: fix dockerfile name (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis authored May 9, 2023
1 parent 6566968 commit cc9b6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sboms:
dockers:
- image_templates:
- ghcr.io/doodlescheduling/{{ .ProjectName }}:v{{ .Version }}-amd64
dockerfile: Dockerfile.release
dockerfile: Dockerfile
use: buildx
ids:
- manager
Expand All @@ -50,7 +50,7 @@ dockers:
- image_templates:
- ghcr.io/doodlescheduling/{{ .ProjectName }}:v{{ .Version }}-arm64v8
goarch: arm64
dockerfile: Dockerfile.release
dockerfile: Dockerfile
use: buildx
ids:
- manager
Expand Down

0 comments on commit cc9b6e3

Please sign in to comment.