Skip to content

Commit 38c1941

Browse files
authored
Merge pull request #6 from netfoundry/release-v5.2.13
Release v5.2.13
2 parents c83a861 + 29ff8bf commit 38c1941

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
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:

Dockerfile.demo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM netfoundry/python
22
ARG network_name=BibbidiBobbidiBoo
33
ENV NETWORK_NAME=${network_name}
4-
CMD python3 -m netfoundry.demo --network ${NETWORK_NAME}
4+
CMD python3 -m netfoundry.demo --network ${NETWORK_NAME}

0 commit comments

Comments
 (0)