File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout master
15- uses : actions/checkout@v1
15+ uses : actions/checkout@v2.3.4
1616 - name : Log in to GitHub Packages
1717 run : echo ${GITHUB_TOKEN} | docker login -u ${GITHUB_ACTOR} --password-stdin docker.pkg.github.com
1818 env :
4545 needs : build
4646 steps :
4747 - name : Checkout master
48- uses : actions/checkout@v1
48+ uses : actions/checkout@v2.3.4
4949 - name : Log in to GitHub Packages
5050 run : echo ${GITHUB_TOKEN} | docker login -u ${GITHUB_ACTOR} --password-stdin docker.pkg.github.com
5151 env :
9797 HEROKU_REGISTRY_IMAGE : registry.heroku.com/${HEROKU_APP_NAME}/foo
9898 steps :
9999 - name : Checkout master
100- uses : actions/checkout@v1
100+ uses : actions/checkout@v2.3.4
101101 - name : Log in to GitHub Packages
102102 run : echo ${GITHUB_TOKEN} | docker login -u ${GITHUB_ACTOR} --password-stdin docker.pkg.github.com
103103 env :
@@ -128,8 +128,8 @@ jobs:
128128 run : docker push ${{ env.HEROKU_REGISTRY_IMAGE }}:latest
129129 - name : Set environment variables
130130 run : |
131- echo ::set-env name= HEROKU_REGISTRY_IMAGE:: ${{ env.HEROKU_REGISTRY_IMAGE }}
132- echo ::set-env name= HEROKU_AUTH_TOKEN:: ${{ secrets.HEROKU_AUTH_TOKEN }}
131+ echo " HEROKU_REGISTRY_IMAGE= ${{ env.HEROKU_REGISTRY_IMAGE }}" >> $GITHUB_ENV
132+ echo " HEROKU_AUTH_TOKEN= ${{ secrets.HEROKU_AUTH_TOKEN }}" >> $GITHUB_ENV
133133 - name : Release
134134 run : |
135135 chmod +x ./release.sh
You can’t perform that action at this time.
0 commit comments