Compare commits
1 Commits
915a2fc67e
...
v1.7
| Author | SHA1 | Date | |
|---|---|---|---|
|
9423cbc331
|
@ -21,6 +21,9 @@ 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