Skip to content

Commit

Permalink
👷 Fix muti platform failed
Browse files Browse the repository at this point in the history
  • Loading branch information
fuergaosi233 committed Dec 9, 2022
1 parent 6d041b0 commit 773e0c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish-docker-hub.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Publish Docker image

on:
# Test pub with dev tag
push:
branches:
- ci/fix-muti-platform
release:
types: [published]

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

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

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

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

0 comments on commit 773e0c4

Please sign in to comment.