Skip to content

Commit

Permalink
release: v0.8.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquanghiep authored Oct 17, 2024
1 parent e85b273 commit d2234bf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable_backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ on:
type: boolean
default: true

permissions:
contents: write
pull-requests: write

jobs:
backport:
name: Backport
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable_docker_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
platforms: ${{ matrix.platform }}
context: ${{ inputs.dockerContext }}
file: ${{ inputs.dockerfile }}
outputs: type=image,name=${{ vars.DOCKERHUB_REGISTRY_ID }}/${{ needs.prepare-metadata.outputs.image-name }},push-by-digest=true,push=${{ inputs.publish }}
outputs: type=image,name=${{ vars.DOCKERHUB_REGISTRY_ID || 'babylonlabs' }}/${{ needs.prepare-metadata.outputs.image-name }},push-by-digest=true,push=${{ inputs.publish }}

- name: Build and push to ECR
id: build-ecr
Expand All @@ -121,7 +121,7 @@ jobs:
platforms: ${{ matrix.platform }}
context: ${{ inputs.dockerContext }}
file: ${{ inputs.dockerfile }}
outputs: type=image,name=${{ vars.AWS_ECR_REGISTRY_ID }}/${{ needs.prepare-metadata.outputs.image-name }},push-by-digest=true,push=${{ inputs.publish }}
outputs: type=image,name=${{ vars.AWS_ECR_REGISTRY_ID || 'babylonlabs' }}/${{ needs.prepare-metadata.outputs.image-name }},push-by-digest=true,push=${{ inputs.publish }}

- name: Export digest Docker Hub
if: inputs.publish
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 0.8.0

- reusable_docker_pipeline: Set default values for AWS_ECR_REGISTRY_ID and DOCKERHUB_REGISTRY_ID
- add backport release pipeline

## 0.7.0

- reusable_changelog_reminder: Add changelog reminder to remind PR submitters to update changelog
Expand Down

0 comments on commit d2234bf

Please sign in to comment.