mirror of
https://github.com/woodchen-ink/certimate.git
synced 2025-07-18 09:21:56 +08:00
To optimize Docker image size.
This commit is contained in:
parent
0272054f1b
commit
c8fff39534
6
.github/workflows/push_image.yml
vendored
6
.github/workflows/push_image.yml
vendored
@ -10,6 +10,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
@ -18,9 +21,6 @@ jobs:
|
||||
- name: Build certimate
|
||||
run: go build -o certimate
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user