chore(docker): update build info for dev builds as well

This commit is contained in:
Elian Doran 2025-04-03 17:58:26 +03:00
parent a7ba7d6528
commit 3c820fcc68
No known key found for this signature in database

View File

@ -110,6 +110,9 @@ jobs:
- test_dev
steps:
- uses: actions/checkout@v4
- name: Update build info
shell: ${{ inputs.shell }}
run: npm run chore:update-build-info
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v6
with:
@ -130,6 +133,10 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Update build info
shell: ${{ inputs.shell }}
run: npm run chore:update-build-info
- name: Set IMAGE_NAME to lowercase
run: echo "IMAGE_NAME=${IMAGE_NAME,,}" >> $GITHUB_ENV
- name: Set TEST_TAG to lowercase