mirror of
https://github.com/xhongc/music-tag-web.git
synced 2026-03-20 04:05:38 +08:00
actions
This commit is contained in:
3
.github/workflows/docker-image.yml
vendored
3
.github/workflows/docker-image.yml
vendored
@@ -9,7 +9,7 @@ env:
|
||||
ALIYUN_REGISTRY_USER: "${{ secrets.ALIYUN_REGISTRY_USER }}"
|
||||
ALIYUN_REGISTRY_PASSWORD: "${{ secrets.ALIYUN_REGISTRY_PASSWORD }}"
|
||||
GHCR_REGISTRY: "ghcr.io"
|
||||
GHCR_NAME_SPACE: "${{ github.repository_owner }}"
|
||||
GHCR_NAME_SPACE: "${{ github.actor }}"
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -19,6 +19,7 @@ jobs:
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
id-token: write
|
||||
steps:
|
||||
- name: Before freeing up disk space
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user