Skip to content

Commit

Permalink
找到现成的方法
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyiming748 committed Jul 2, 2024
1 parent 1dba3bb commit ba40a70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 36 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/docker_push_amd64_image.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Publish amd64 Docker Image
name: Publish Docker Image

on:
push:
tags:
- 'v*'

workflow_dispatch:
jobs:
build-and-push:
runs-on: ubuntu-latest
Expand All @@ -28,5 +28,9 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}-amd64
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: |
linux/amd64
linux/arm64
linux/mips64le
32 changes: 0 additions & 32 deletions .github/workflows/docker_push_arm64_image.yml

This file was deleted.

0 comments on commit ba40a70

Please sign in to comment.