Compare commits
2 Commits
088e97b1d3
...
29a4d9b0d0
| Author | SHA1 | Date | |
|---|---|---|---|
| 29a4d9b0d0 | |||
| 50626df505 |
@ -13,6 +13,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Show changed files
|
- name: Show changed files
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@ -22,6 +22,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Run Packer Builds
|
- name: Run Packer Builds
|
||||||
env:
|
env:
|
||||||
|
|||||||
@ -1,2 +1 @@
|
|||||||
docker
|
docker
|
||||||
incus
|
|
||||||
|
|||||||
@ -1,2 +1 @@
|
|||||||
docker
|
docker
|
||||||
incus
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user