Skip to content

Commit

Permalink
Merge pull request #37 from rcwbr/36-tag-workflows-produce-images-ref…
Browse files Browse the repository at this point in the history
…-commit-suffixes

fix: avoid commit suffixes on release tags
  • Loading branch information
rcwbr authored Oct 30, 2024
2 parents c9a3a6c + faafe4d commit b8f554a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rulesets:
- "~ALL"
exclude: []
bypass_actors:
- actor_id: 1033419
- actor_id: 1033419 # release-it-docker-ci-release-it App ID
actor_type: Integration
bypass_mode: always
rules:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/push-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
env:
REGISTRY: ghcr.io/rcwbr/
IMAGE_NAME: release-it-docker
GITHUB_REF_PROTECTED: ${{ github.ref_protected || github.ref_type == 'tag' }} # See https://github.com/orgs/community/discussions/142985
-
name: Docker Bake conventional-changelog
uses: docker/[email protected]
Expand All @@ -43,6 +44,7 @@ jobs:
env:
REGISTRY: ghcr.io/rcwbr/
IMAGE_NAME: release-it-docker-conventional-changelog
GITHUB_REF_PROTECTED: ${{ github.ref_protected || github.ref_type == 'tag' }} # See https://github.com/orgs/community/discussions/142985
release-it-workflow:
name: Release-it workflow
# uses: rcwbr/release-it-gh-workflow/.github/workflows/[email protected] TODO use released ref
Expand Down

0 comments on commit b8f554a

Please sign in to comment.