We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737ca6a commit aee2e7eCopy full SHA for aee2e7e
1 file changed
actions/docker/create-images-manifests/action.yml
@@ -99,9 +99,10 @@ runs:
99
- uses: hoverkraft-tech/ci-github-common/actions/local-actions@66578f5b9aec4ac5558b5dad750c4c74dfcb65c5 # 0.35.5
100
with:
101
source-path: ${{ github.action_path }}/../..
102
+ destination-directory-name: self-actions-create-images-manifests
103
104
- id: docker-setup
- uses: ./../self-actions/docker/setup
105
+ uses: ./../self-actions-create-images-manifests/docker/setup
106
107
oci-registry: ${{ inputs.oci-registry }}
108
oci-registry-username: ${{ inputs.oci-registry-username }}
0 commit comments