diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 2b1bb4c1f..3dffa01c2 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -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