Skip to content

Deploy Dev Argo

Deploy Dev Argo #6

name: Deploy Dev Argo
on:
workflow_run:
workflows: [Build Container]
types: [completed]
branches: [feature/**]
workflow_dispatch:
jobs:
update-argo-tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: rickstaa/action-create-tag@v1
id: "tag_create"
with:
tag: "dev-argo"
tag_exists_error: false
force_push_tag: true