Skip to content

Commit

Permalink
update github release settings
Browse files Browse the repository at this point in the history
  • Loading branch information
marcia-piccione committed Jan 6, 2025
1 parent 9af2e96 commit 44abc63
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,16 @@ jobs:
ci:
uses: xmidt-org/shared-go/.github/workflows/ci.yml@59f5d322b0ee953245334530336f8e6503cacb65 # v4.4.27
with:
license-skip: true
release-type: program
release-docker: false
release-docker-latest: false
release-docker-major: false
release-docker-minor: false
yaml-lint-skip: false
release-arch-arm64: false
release-docker: true
release-docker-latest: true
release-docker-major: true
release-docker-minor: true
release-docker-extras: |
.release/docker
LICENSE
NOTICE
yaml-lint-skip: false
secrets: inherit
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN mkdir -p /go/bin && \

COPY . .

RUN go build -o themis .
#RUN go build -o themis .

RUN make test release

Expand Down Expand Up @@ -57,11 +57,11 @@ RUN mkdir /etc/themis/ \

USER nobody

#ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

EXPOSE 6500
EXPOSE 6501
EXPOSE 6502
EXPOSE 6503

ENTRYPOINT ["/themis"]
CMD ["/themis"]

0 comments on commit 44abc63

Please sign in to comment.