Skip to content

Commit

Permalink
try without provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Mar 22, 2024
1 parent 8f5bdbc commit 1669604
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_and_upload_docker_image_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
schedule:
- cron: "0 16 * * 1" # Weekly at noon EST on Monday
workflow_dispatch:
push: # remove after merge; can't trigger manually until on main

concurrency: # Cancel previous workflows on the same pull request
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
workflows: [auto-publish]
types: [completed]
workflow_dispatch:
push: # remove after merge; can't trigger manually until on main

concurrency: # Cancel previous workflows on the same pull request
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflows: [build_and_upload_docker_image_latest_release]
types: [completed]
workflow_dispatch:
#push: # remove after merge; can't trigger manually until on main
push:

concurrency: # Cancel previous workflows on the same pull request
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -35,3 +35,4 @@ jobs:
tags: ghcr.io/catalystneuro/neuroconv:yaml_variable
context: .
file: dockerfiles/neuroconv_latest_yaml_variable
provenance: false

0 comments on commit 1669604

Please sign in to comment.