fix - Tag enterprise with the same SHA as app image. (#10921)

This commit is contained in:
Ray Myers 2025-09-10 16:47:31 -05:00 committed by GitHub
parent 79fdcad7ef
commit ddb2794adf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -176,8 +176,10 @@ jobs:
# Do not build enterprise in forks
if: github.event.pull_request.head.repo.fork != true
steps:
- name: Checkout repository
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
# Set up Docker Buildx for better performance
- name: Set up Docker Buildx