Skip to content

Commit

Permalink
removed unfinished docker auto-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
eze-kiel committed Apr 29, 2021
1 parent f07fe8b commit 3c90925
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3c90925

Please sign in to comment.