Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a683fefc8 | ||
|
|
a94b964f9f | ||
|
|
afb215850c | ||
|
|
c99b918e84 |
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -21,6 +21,10 @@ jobs:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2.3.4
|
||||
with:
|
||||
ref: main
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1.2.0
|
||||
- name: Set up Docker Buildx
|
||||
|
||||
Reference in New Issue
Block a user