update docker-image-arm64.yml
This commit is contained in:
parent
f27c246911
commit
ced38dcbbf
12
.github/workflows/docker-image-arm64.yml
vendored
12
.github/workflows/docker-image-arm64.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user