Update .gitea/workflows/build-base-image.yaml
parent
f65a99098c
commit
8f34b2e447
|
@ -20,7 +20,7 @@ jobs:
|
||||||
needs: [Check-Last-Time]
|
needs: [Check-Last-Time]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- run: echo $needs.Check-Last-Time.outputs.last-time
|
- run: echo ${{ needs.Check-Last-Time.outputs.last-time }}
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Get Docker
|
- name: Get Docker
|
||||||
|
|
Loading…
Reference in New Issue