Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need a way to remove Docker commands #301

Open
scott-doyland-burrows opened this issue May 30, 2024 · 0 comments
Open

Need a way to remove Docker commands #301

scott-doyland-burrows opened this issue May 30, 2024 · 0 comments

Comments

@scott-doyland-burrows
Copy link

scott-doyland-burrows commented May 30, 2024

If I have setup a Docker command to be passed to the conatainer, eg:

    - name: Render ECS task definition
      uses: aws-actions/amazon-ecs-render-task-definition@v1
      with:
        task-definition: xxx
        container-name:xxx
        image: xxx
        command: "echo, hello"

but then later want to remove the command completely, so in my task def it will show as an empty array [], then it seems I cannot do that. Passing a null value to command: still keeps the old command from the previous run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant