Skip to content

Commit

Permalink
feat(ci): add version as tag, when publishing on Docker Hub (#306)
Browse files Browse the repository at this point in the history
So far, we've been publishing images to Docker Hub systematically with the `latest` tag. This means that we overwrite the previous version of the image everytime, instead of allowing users to download a specific version of the Openwhyd docker image.

After merging this PR, every release should be listed on Docker Hub, with their version number as tag, in addition to the `latest` tag.
  • Loading branch information
adrienjoly committed Mar 28, 2020
1 parent 3fb7f94 commit dca5597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,4 @@ jobs:
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
auto_tag: true

0 comments on commit dca5597

Please sign in to comment.