Azure / Azure/container-apps-deploy-action

Mismatch between readme functionality and actually implemented functionality for arg 'buildArguments'

Open
#119 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
94
Forks
51
Avg merge
4d 18h
Merged PRs (30d)
1

Description

Error Details:

The readme lists the following argument as valid within the confines of a workflow.


buildArguments
No
A list of build arguments provided as KEY=VALUE pairings and are space-separated. If a Dockerfile has been provided or is discovered in the application source, each build argument will be passed to the docker build command via the --build-arg flag. If the Oryx++ builder is used to create a runnable application image, each build argument will be passed to the pack build command via the --env flag.

When I use the workflow file like below, the workflow is invalid. Upon examining the workflow action.yaml - this input is not even supported.

```
- name: Build and deploy Container App
uses: azure/container-apps-deploy-action@v1
with:
...
buildArguments: |
"IMAGE_SHA_ARG=${{ env.IMAGE_SHA }}"
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.