Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shink committed Jul 9, 2024
1 parent 42e56e5 commit 9f347ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/build-and-push-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ inputs:
description: "Whether to clean up"
required: false
default: 'true'
upload-metadata:
description: "Whether to upload metadata files"
required: false
default: 'true'
dockerhub-owner:
description: "Owner of the DockerHub registry"
required: false
Expand Down Expand Up @@ -166,6 +170,7 @@ runs:
- name: Upload metadata
id: upload-artifact
if: ${{ inputs.upload-metadata == 'true' }}
uses: actions/upload-artifact@v4
with:
name: ${{ steps.export.outputs.metadata_file_name }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
with:
targets: ${{ matrix.target }}
clean-up: false
upload-metadata: false
push: false
set: |
*.target=py-installer
Expand Down

0 comments on commit 9f347ac

Please sign in to comment.