Skip to content

Commit

Permalink
fixing multi-stage build release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-led committed Oct 8, 2018
1 parent 8959c79 commit 2661c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ CMD ["./codecov.sh", "-e", "VCS_COMMIT_ID,VCS_BRANCH_NAME,VCS_SLUG,CI_BUILD_ID,C
#
# ------ Pumba GitHub Release ------
#
FROM builder as github-release
FROM build-and-test as github-release

# build argument to secify if to create a GitHub release
ARG DEBUG=false
Expand Down

0 comments on commit 2661c3c

Please sign in to comment.