Skip to content

Commit

Permalink
Return to original docker release
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Gilmer committed Jun 22, 2020
1 parent 6a85401 commit c0699bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,17 @@ jobs:
- image: *circleci-docker-primary
steps:
- checkout
# - setup_remote_docker
- setup_remote_docker
- run: goreleaser
- run:
name: Run goreleaser
command: goreleaser --debug
# - run: curl -sL https://git.io/goreleaser | bash
# - run:
# name: Login to Docker Hub
# command: docker login -u $DOCKER_USER -p $DOCKER_PASS
# - run:
# name: Check Docker container
# command: docker run -it trussworks/find-guardduty-user:<< pipeline.git.tag >> --help
# - run:
# name: Docker push
# command: docker push trussworks/find-guardduty-user:<< pipeline.git.tag >>
name: Login to Docker Hub
command: docker login -u $DOCKER_USER -p $DOCKER_PASS
- run:
name: Test that Docker container works
command: docker run -it trussworks/find-guardduty-user:<< pipeline.git.tag >> help
- run:
name: Docker push
command: docker push trussworks/find-guardduty-user:<< pipeline.git.tag >>
workflows:
version: 2.1
validate:
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dockers:
- find-guardduty-user
image_templates:
- "trussworks/find-guardduty-user:{{ .Tag }}"
skip_push: true
archives:
-
replacements:
Expand Down

0 comments on commit c0699bd

Please sign in to comment.