diff --git a/.goreleaser.yaml b/.goreleaser.yaml index eb3bc0c..7534e06 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -35,39 +35,3 @@ changelog: exclude: - "^docs:" - "^test:" - -dockers: - - - goos: linux - goarch: amd64 - ids: - - scan-exporter-build - - image_templates: - - "devopsworks/scan-exporter:latest" - - "devopsworks/scan-exporter:{{.Tag}}" - - skip_push: false - - dockerfile: Dockerfile - - build_flag_templates: - - "--label=org.opencontainers.image.created={{.Date}}" - - "--label=org.opencontainers.image.title={{.ProjectName}}" - - "--label=org.opencontainers.image.revision={{.FullCommit}}" - - "--label=org.opencontainers.image.version={{.Version}}" - - "--build-arg=VERSION={{.Tag}}" - - "--build-arg=BUILD_DATE={{.Date}}" - - "--platform=linux/arm64" - - # If your Dockerfile copies files other than binaries and packages, - # you should list them here as well. - # Note that GoReleaser will create the same structure inside a temporary - # folder, so if you add `foo/bar.json` here, on your Dockerfile you can - # `COPY foo/bar.json /whatever.json`. - # Also note that the paths here are relative to the folder in which - # GoReleaser is being run (usually the repository root folder). - # This field does not support wildcards, you can add an entire folder here - # and use wildcards when you `COPY`/`ADD` in your Dockerfile. - extra_files: - - config.yml \ No newline at end of file