Skip to content

Commit

Permalink
Update cd-ghcr.io.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rjha-splunk authored Feb 4, 2025
1 parent 5e5894a commit 421275e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd-ghcr.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ on:
branches-ignore:
- "**"
tags:
- "v[0-9]+\.[0-9]+\.[0-9]+" # Main release tags (e.g., v1.2.3)
- "[0-9]+\.[0-9]+\.[0-9]+_ec" # Enterprise release tags (e.g., 1.2.3_ec)
- "v[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+_ec"

permissions:
packages: write
Expand Down Expand Up @@ -120,4 +120,4 @@ jobs:
/tmp/regctl image copy ghcr.io/${{ github.repository }}/enterprise:$VERSION $line
done
env:
CONTAINER_SOURCE_TAGS: ${{ steps.docker_meta_enterprise.outputs.tags }}
CONTAINER_SOURCE_TAGS: ${{ steps.docker_meta_enterprise.outputs.tags }}

0 comments on commit 421275e

Please sign in to comment.