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

chore: update documentation for docker push and experiment version #171

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,12 @@ This workflow build and push a docker image to an elastic container repository.
```yaml
jobs:
image:
uses: sencrop/github-workflows/.github/workflows/docker-push-v3.yml@master
uses: sencrop/github-workflows/.github/workflows/docker-push-v4.yml@master
secrets: inherit
with:
image_name: your-image-name
image_tag: your-image-tag
cpu_architecture: arm64
```

If you build often your docker image you might benefit from the built
Expand Down Expand Up @@ -158,10 +159,11 @@ This workflow build an experimental docker version and send the build ID to the
```yaml
jobs:
image:
uses: sencrop/github-workflows/.github/workflows/docker-experiment-v1.yml@master
uses: sencrop/github-workflows/.github/workflows/docker-experiment-v2.yml@master
secrets: inherit
with:
image_name: your-image-name
cpu_architecture: arm64
```

## ECS workflows
Expand Down