TEST
This commit is contained in:
@@ -8,8 +8,22 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
|
- name: Restore build state
|
||||||
|
uses: actions/cache/restore@v4
|
||||||
|
with:
|
||||||
|
path: .build-state
|
||||||
|
key: coredns-netboxdns-${{ runner.os }}
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
CI_REGISTRY_USER: ${{ secrets.CI_REGISTRY_USER }}
|
CI_REGISTRY_USER: ${{ secrets.CI_REGISTRY_USER }}
|
||||||
CI_REGISTRY_PASSWORD: ${{ secrets.CI_REGISTRY_PASSWORD }}
|
CI_REGISTRY_PASSWORD: ${{ secrets.CI_REGISTRY_PASSWORD }}
|
||||||
run: ./ci/build.sh
|
run: ./ci/build.sh
|
||||||
|
|
||||||
|
- name: Save build metadata
|
||||||
|
uses: actions/cache/save@v4
|
||||||
|
with:
|
||||||
|
path: .build-state
|
||||||
|
key: coredns-netboxdns-${{ runner.os }}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user