Skip to content

Commit f0e0015

Browse files
authored
Update release.yml
1 parent 6552d57 commit f0e0015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@ jobs:
105105
- run: |
106106
set -e -x
107107
docker login --username ${{ secrets.DOCKER_USER }} --password ${{ secrets.DOCKER_PW }}
108-
bash bash .github/workflows/github_build_dev_container.sh
109-
docker push tfaddons/dev_container:latest-cpu
108+
bash .github/workflows/github_build_dev_container.sh
109+
docker push tfaddons/dev_container:latest-cpu

0 commit comments

Comments
 (0)