Deploys a GitHub runner to an EC2 instance. If the user-data.sh file doesn't suits your needs, you can import one. We will install awscli and docker. Action Summary This action deploys a GitHub runner to an AWS VM (EC2) using user-data file to execute the installation. If you wo...
action.yaml fix action description length May 10, 2024 docker-compose.yaml introduce disable-signup input (#1) May 9, 2024 screenshot.png add image May 10, 2024 Repository files navigation README MIT license Deploy Ollama and Open WebUI with GitHub Actions 🌐🚀 Welcome to the easiest way...
这样,我将检查我是否在正确的文件夹中(其中有一个Dockerfile),以及是否所有变量都确实被赋值。如果您...
|-- .github/workflows/deploy.yml|-- Dockerfile|-- README.md|-- lambda_function.py|-- requirements.txt|-- strategy.py 部署的话需要使用docker和aws cli工具,参考这里:https://docs.aws.amazon.com/zh_cn/lambda/latest/dg/python-image.html,我自己的使用方式也会放到下面github action workflow配置中...
branch, ref, or SHA - uses: actions/aws/ec2@main # References a local action - uses: ./.github/actions/my-action # References a docker public registry action - uses: docker://gcr.io/cloud-builders/gradle # Reference a docker image published on docker hub - uses: docker://alpin...
string 定义Docker 容器的输入。 GitHub 在容器启动时将 args 传递到容器的 ENTRYPOINT。 此参数不支持 array of strings。 包含空格的单个参数应该用双引号 "" 括起来。 jobs.<job_id>.steps[*].with.args 的示例 steps: - name: Explain why this job ran uses: octo-org/action-name@main with: ...
Next to Create Your Own Policy, choose Select: In the Policy Name box, type CodeDeployDemo-EC2-Permissions. In the Policy Document box, paste the following: { "Version": "2012-10-17", "Statement": [ { "Action": [ "s3:Get*", ...
uses: docker/setup-buildx-action@v1 - name: Login to Docker Hub uses: docker/login-action@v1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push Docker image uses: docker/build-push-action@v2 ...
run-name:Deployto${{inputs.deploy_target}}by@${{github.actor}} on To automatically trigger a workflow, useonto define which events can cause the workflow to run. For a list of available events, seeEvents that trigger workflows. You can define single or multiple events that can trigger a...
- test: limit test_no_hotplug_triggered_by_docker to stable releases - tests: generalize warning Open vSwitch warning from netplan apply (#4894) - fix(hotplug): remove literal quotes in args - feat(apt): skip known /etc/apt/sources.list content ...