File tree Expand file tree Collapse file tree 5 files changed +12
-21
lines changed
Expand file tree Collapse file tree 5 files changed +12
-21
lines changed Original file line number Diff line number Diff line change 1515 with :
1616 args : bin/deployment-create-status bin/deployment-get-id
1717 - name : Docker build
18- run : docker build -t actions-github-deployment-status . -f build-dockerfile
18+ run : docker build -t actions-github-deployment-status .
1919 - name : Docker Login
2020 if : github.ref == 'refs/heads/master'
2121 env :
Original file line number Diff line number Diff line change 1+ FROM alpine:3.10
2+
3+ RUN mkdir /deploy-scripts
4+
5+ COPY ./bin /deploy-scripts/bin
6+
7+ ENTRYPOINT ["/deploy-scripts/bin/deployment-create-status" ]
8+
9+ CMD ["" ]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ For example use this at the end of your job like this:
1212- name: update deploy status
1313 if: always()
1414 uses: unacast/actions-github-deployment-status@master
15- env :
15+ with :
1616 github_token: ${{ secrets.GITHUB_TOKEN }}
1717 status: ${{ job.status }}
1818```
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ inputs:
1010 required : true
1111runs :
1212 using : ' docker'
13- image : ' docker://unacast/actions-github-deployment-status '
13+ image : ' Dockerfile '
1414 args : ['${{ inputs.status }}']
1515branding :
1616 icon : ' send'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments