File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 2525 id : get_version
2626 run : echo ::set-output name=VERSION::$(cat version.txt)
2727 - name : Build and publish docker image
28- # uses: elgohr/Publish-Docker-Github-Action@master
29- # 3.04 is hardcoded as a workaround for https://github.com/elgohr/Publish-Docker-Github-Action/issues/134
30- uses : elgohr/Publish-Docker-Github-Action@3.04
28+ uses : elgohr/Publish-Docker-Github-Action@master
3129 with :
3230 name : docs-storefrontcloud-io/v2:${{ steps.get_version.outputs.VERSION }}
3331 registry : registry.storefrontcloud.io
Original file line number Diff line number Diff line change 1313 with :
1414 node-version : " 12.x"
1515 - name : Build and publish docker image
16- # uses: elgohr/Publish-Docker-Github-Action@master
17- # 3.04 is hardcoded as a workaround for https://github.com/elgohr/Publish-Docker-Github-Action/issues/134
18- uses : elgohr/Publish-Docker-Github-Action@3.04
16+ uses : elgohr/Publish-Docker-Github-Action@master
1917 with :
2018 name : vsf-next-demo-storefrontcloud-io/vue-storefront:${{ github.sha }}
2119 registry : registry.storefrontcloud.io
You can’t perform that action at this time.
0 commit comments