Skip to content

Commit

Permalink
Update dbc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shelajev authored Sep 12, 2024
1 parent b91729d commit d36b14f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}

0 comments on commit d36b14f

Please sign in to comment.