Skip to content

Commit

Permalink
feat: update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
llnancy committed Dec 9, 2022
1 parent bdcdf9e commit 878e64e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
id: docker_meta
uses: docker/metadata-action@v3
with:
images: sunchaserlilu/sunchaser-huaying
images: llnancy/huaying
flavor: latest=true
tags: ${{ steps.project_meta.outputs.version }}
labels: |
maintainer=admin@lilu.org.cn
org.opencontainers.image.title=sunchaser-huaying
org.opencontainers.image.title=huaying
org.opencontainers.image.version=${{ steps.project_meta.outputs.version }}
- name: Login in to Docker Hub
Expand Down

0 comments on commit 878e64e

Please sign in to comment.