Skip to content

Commit

Permalink
test version history
Browse files Browse the repository at this point in the history
  • Loading branch information
samruddhikhandale committed Jul 3, 2024
1 parent f51863b commit 8980bc8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/push-manual-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,17 @@ jobs:
--stub-registry-path "$STUB_REGISTRY_BASE_PATH" \
--secondary-registry-path "$SECONDARY_REGISTRY_BASE_PATH" \
${{ github.event.inputs.image }}
image-info:
name: Trigger info extraction
needs: [build-and-push]
uses: devcontainers/images/.github/workflows/version-history.yml@main
permissions:
contents: write
pull-requests: write
with:
release: "main"
cg: "true"
push: "true"
overwrite: "true"
secrets: inherit

0 comments on commit 8980bc8

Please sign in to comment.