update docker-image-arm64.yml

This commit is contained in:
quzard 2023-05-28 14:00:03 +08:00
parent f27c246911
commit ced38dcbbf

View File

@ -1,14 +1,10 @@
name: Publish Docker image (arm64)
on:
push:
tags:
- '*'
workflow_dispatch:
inputs:
name:
description: 'reason'
required: false
push:
branches: [main]
jobs:
push_to_registries:
name: Push Docker image to multiple registries
@ -48,7 +44,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
justsong/one-api
${{ secrets.DOCKERHUB_USERNAME }}/one-api
ghcr.io/${{ github.repository }}
- name: Build and push Docker images