Skip to content

Commit

Permalink
Revert "push the tag and the file separately"
Browse files Browse the repository at this point in the history
This reverts commit 7bad565.
  • Loading branch information
tahina-pro committed May 27, 2021
1 parent 6482046 commit b7f6e5b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .docker/release.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@ FROM python:3
RUN pip3 install pygithub==1.47
RUN pip3 install satsuki==0.1.23

ARG SATS_FILE
ARG SATS_TAG
ARG SATS_COMMITISH
ARG SATS_TOKEN
ARG SATS_SLUG

COPY $SATS_FILE $SATS_FILE

ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8

# Create or update the release
RUN satsuki --pre

# Upload the file to the release
ARG SATS_FILE
COPY $SATS_FILE $SATS_FILE
RUN satsuki --pre

0 comments on commit b7f6e5b

Please sign in to comment.