Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-L authored Jul 27, 2024
1 parent bc6b35b commit e8480e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
# list of Docker images to use as base name for tags
images: |
misakalinzi/misaka-bili-api
tags: |
type=sha
- name: Build and push Docker images
with: docker/[email protected]
uses: docker/[email protected]
with:
push: true
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit e8480e3

Please sign in to comment.