File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9797 username : ${{ secrets.DOCKER_HUB_API_USER }}
9898 password : ${{ secrets.DOCKER_HUB_API_TOKEN }}
9999
100- - name : Build & Push Multi-Platform Container Image to Hub
100+ - name : Build & Push Multi-Platform Container
101101 uses : docker/build-push-action@v2
102102 with :
103103 context : . # build context is workspace so we can copy artifacts from ./dist/
@@ -106,7 +106,7 @@ jobs:
106106 push : true
107107 tags : ${{ steps.compose_tags.outputs.container_tags }}
108108
109- - name : Build & Push Multi-Platform Container Image to Hub
109+ - name : Demo Container
110110 if : github.event.action == 'published'
111111 uses : docker/build-push-action@v2
112112 with :
Original file line number Diff line number Diff line change 11FROM netfoundry/python
22ARG network_name=BibbidiBobbidiBoo
33ENV NETWORK_NAME=${network_name}
4- CMD python3 -m netfoundry.demo --network ${NETWORK_NAME}
4+ CMD python3 -m netfoundry.demo --network ${NETWORK_NAME}
You can’t perform that action at this time.
0 commit comments