|
|
@ -25,7 +25,7 @@ jobs: |
|
|
|
runs-on: 'ubuntu-latest' |
|
|
|
runs-on: 'ubuntu-latest' |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Checkout |
|
|
|
- name: Checkout |
|
|
|
uses: actions/checkout@v3 |
|
|
|
uses: actions/checkout@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
fetch-depth: 1 |
|
|
|
fetch-depth: 1 |
|
|
|
ref: ${{ github.ref }} |
|
|
|
ref: ${{ github.ref }} |
|
|
@ -110,7 +110,7 @@ jobs: |
|
|
|
compose-file-cache-key: ${{ env.COMPOSE_FILE_HASH }} |
|
|
|
compose-file-cache-key: ${{ env.COMPOSE_FILE_HASH }} |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Checkout git repo |
|
|
|
- name: Checkout git repo |
|
|
|
uses: actions/checkout@v3 |
|
|
|
uses: actions/checkout@v4 |
|
|
|
- name: Render Compose File |
|
|
|
- name: Render Compose File |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
NOCODB_IMAGE=nocodb/nocodb-timely:${{ needs.set-tag.outputs.current_version }}-${{ needs.set-tag.outputs.target_tag }} |
|
|
|
NOCODB_IMAGE=nocodb/nocodb-timely:${{ needs.set-tag.outputs.current_version }}-${{ needs.set-tag.outputs.target_tag }} |
|
|
|