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 0272054 commit c8fff39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down

0 comments on commit c8fff39

Please sign in to comment.