We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6552d57 commit f0e0015Copy full SHA for f0e0015
.github/workflows/release.yml
@@ -105,5 +105,5 @@ jobs:
105
- run: |
106
set -e -x
107
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
+ bash .github/workflows/github_build_dev_container.sh
+ docker push tfaddons/dev_container:latest-cpu
0 commit comments