Skip to content

Commit

Permalink
🐳 chore: 支持 Docker 多平台
Browse files Browse the repository at this point in the history
  • Loading branch information
imsyy committed Sep 27, 2024
1 parent 3b5338d commit acf60b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Publish Docker image
on:
release:
types: [published]
workflow_dispatch:

jobs:
push_to_registry:
Expand All @@ -15,6 +16,12 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4

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

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit acf60b8

Please sign in to comment.