Skip to content

Commit

Permalink
ci: docker image always released as -dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Nov 28, 2024
1 parent e811ad4 commit c251d35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@ runs:
platforms: ${{ inputs.platform }}
secret-files: |
AWS=${{ env.HOME }}/.aws/credentials
build-args: ${{ steps.sccache.outputs.env_vars }}
build-args: |
CARGO_BUILD_PROFILE=${{ inputs.cargo_profile }}
${{ steps.sccache.outputs.env_vars }}
cache-from: ${{ steps.layer_cache_settings.outputs.cache_from }}
cache-to: ${{ steps.layer_cache_settings.outputs.cache_to }}
outputs: type=image,name=${{ inputs.image_org }}/${{ inputs.image_name }},push-by-digest=${{ inputs.push_tags != 'true' }},name-canonical=true,push=true

0 comments on commit c251d35

Please sign in to comment.