Add change log, fix workflows

This commit is contained in:
EstrellaXD
2023-05-19 12:37:11 +08:00
parent 6c5074da67
commit c93f218f1f
2 changed files with 47 additions and 2 deletions

View File

@@ -78,8 +78,8 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm
push: ${{ github.event_name == 'push' }}
tags: |
docker.io/estrellaxd/auto_bangumi:${{ steps.meta.outputs.tags }}
ghcr.io/estrellaxd/auto_bangumi:${{ steps.meta.outputs.tags }}
docker.io/${{ steps.meta.outputs.tags }}
ghcr.io/${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha, scope=${{ github.workflow }}
cache-to: type=gha, scope=${{ github.workflow }}