diff --git a/.github/workflows/dbc.yml b/.github/workflows/dbc.yml index e401b16..794b843 100644 --- a/.github/workflows/dbc.yml +++ b/.github/workflows/dbc.yml @@ -31,6 +31,5 @@ jobs: tags: "IMAGE" # For pull requests, export results to the build cache. # Otherwise, push to a registry. - # outputs: ${{ github.event_name == 'pull_request' && 'type=cacheonly' || 'type=registry,push=true' }} - outputs: ${{ 'type=registry,push=true' }} + outputs: ${{ github.event_name == 'pull_request' && 'type=cacheonly' || 'type=registry,push=true' }}