Skip to content

Commit

Permalink
docs: Uses version/arch placeholder in Argo Workflow snippet (#7164)
Browse files Browse the repository at this point in the history
* docs: Uses version/arch placeholder in Argo Workflow snippet

Signed-off-by: Vikram Vaswani <vikram@dagger.io>

* Updated placeholder

Signed-off-by: Vikram Vaswani <vikram@dagger.io>

---------

Signed-off-by: Vikram Vaswani <vikram@dagger.io>
  • Loading branch information
vikram-dagger committed Apr 26, 2024
1 parent a92457e commit 3285542
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/current_docs/integrations/snippets/argo-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ spec:
- name: project-source
path: /work
git:
# replace with your repository URL
repo: YOUR_REPOSITORY_URL_HERE
revision: "main"
- name: dagger-cli
path: /usr/local/bin
mode: 0755
http:
url: https://github.com/dagger/dagger/releases/download/v0.10.2/dagger_v0.10.2_linux_arm64.tar.gz
# replace with the latest available version of Dagger for your platform
url: https://github.com/dagger/dagger/releases/download/vX.Y.Z/dagger_vX.Y.Z_OS_ARCH.tar.gz
container:
image: alpine:latest
command: ["sh", "-c"]
Expand Down

0 comments on commit 3285542

Please sign in to comment.