Skip to content

Commit

Permalink
Merge pull request #59 from bonicim/hotfix/releases/8.1.3
Browse files Browse the repository at this point in the history
Pin volttron submodule to 8.1.3
  • Loading branch information
shwethanidd authored Jan 14, 2022
2 parents d912139 + 8bc2313 commit 0f81c2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/publish_develop_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,13 @@ jobs:
run: echo ${{ steps.docker_build.outputs.digest }}

# https://github.com/marketplace/actions/docker-hub-description
- name: Update DockerHub repo README
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
readme-filepath: ./README_DHUB.md
# Currently doesn't work with personal access tokens; see https://github.com/peter-evans/dockerhub-description/issues/10
# when fixed, uncomment this step
# - name: Update DockerHub repo README
# uses: peter-evans/dockerhub-description@v2
# with:
# username: ${{ secrets.DOCKER_USER }}
# password: ${{ secrets.DOCKER_PASSWORD }}
# readme-filepath: ./README_DHUB.md

- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 0f81c2f

Please sign in to comment.