Skip to content

Commit 6e87ab5

Browse files
committed
fix: skip build when creating manifests
1 parent 4ced57b commit 6e87ab5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ runs:
114114
password: ${{ inputs.acr-password }}
115115
- name: Build and push
116116
id: docker_build
117+
if: ${{ inputs.create-manifest != 'true' }} # Skip this step for manifest creation
117118
uses: docker/build-push-action@v6
118119
with:
119120
context: ${{ inputs.docker-build-context }}

0 commit comments

Comments
 (0)