Skip to content

Commit

Permalink
build: fix artifact-path
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
  • Loading branch information
ckotzbauer committed Apr 26, 2022
1 parent a502a2e commit ffc3025
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release-job-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ on:
version:
required: true
type: string
artifact-path:
required: false
default: ""
type: string
docker-tags:
required: false
type: string
Expand Down Expand Up @@ -86,7 +82,7 @@ jobs:
with:
action-sha: "0.13.0-alpha.0"
images: ${{ inputs.docker-tags }}
artifact-path: ${{ inputs.artifact-path }}
artifact-path: job-images/${{ inputs.job-image }}
sign: true
verify: true
attest: true
Expand Down

0 comments on commit ffc3025

Please sign in to comment.