Skip to content

Commit

Permalink
🔄 synced file(s) with neurobagel/workflows (#271)
Browse files Browse the repository at this point in the history
* 🔄 synced local '.autorc' with remote 'template_configs/.autorc'

* 🔄 synced local '.github/workflows/build_docker_on_release.yml' with remote 'template_workflows/auto_release/build_docker_on_release.yml'

---------

Co-authored-by: surchs <null>
  • Loading branch information
surchs authored Jan 23, 2024
1 parent 1169e5e commit ef6bee0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions .autorc
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
"released",
"protected-branch",
"first-time-contributor",
"omit-commits",
{
"username": "dependabot[bot]",
"subject": "[pre-commit.ci]",
"labels": "_bot"
}
[
"omit-commits",
{
"username": "dependabot[bot]",
"subject": "[pre-commit.ci]",
"labels": "_bot"
}
]
],
"labels": [
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/bagelcli:stable, ${{ secrets.DOCKERHUB_USERNAME }}/bagelcli:${{ github.event.release.tag_name }}
tags: ${{ secrets.DOCKERHUB_USERNAME }}/bagelcli:latest, ${{ secrets.DOCKERHUB_USERNAME }}/bagelcli:${{ github.event.release.tag_name }}

0 comments on commit ef6bee0

Please sign in to comment.