Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
9423cbc331
|
|||
|
915a2fc67e
|
@ -20,6 +20,11 @@ inputs:
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0 # required to see all branches
|
||||
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user