File tree Expand file tree Collapse file tree 5 files changed +4
-52
lines changed
Expand file tree Collapse file tree 5 files changed +4
-52
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 : make build
18+ run : docker build -t actions-github-deployment-status -f build-dockerfile
1919 - name : Docker Login
2020 if : github.ref == 'refs/heads/master'
2121 env :
2424 run : echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
2525 - name : Publish
2626 if : github.ref == 'refs/heads/master'
27- run : make publish
27+ run : |
28+ docker tag actions-github-deployment-status unacast/actions-github-deployment-status
29+ docker push unacast/actions-github-deployment-status
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments