Skip to content

Commit

Permalink
To optimize Docker image size.
Browse files Browse the repository at this point in the history
  • Loading branch information
usual2970 committed Aug 30, 2024
1 parent 6466d1f commit 7479c25
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ">=1.22.5"

- name: Build certimate
run: go build -o certimate

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down

0 comments on commit 7479c25

Please sign in to comment.