Skip to content

Commit

Permalink
Add run id env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rvp-c committed Feb 14, 2025
1 parent 6e3763e commit 440bb2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
workflow_dispatch:

env:
RUN_ID: ${{ github.run_id }}
CONTAINER_REGISTRY: ghcr.io
CONTAINER_IMAGE_NAME: ${{ github.repository }}
CONTAINER_IMAGE_VERSION: ${{ github.event.pull_request.head.sha || github.sha }} # Use PR head SHA if available
Expand Down

0 comments on commit 440bb2d

Please sign in to comment.