Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
fix: 修复 ghcr.io 无法上传问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Jan 23, 2024
1 parent 51cd600 commit eace68b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ name: Checkout and Create Release Version
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -59,4 +62,6 @@ jobs:
push: true
tags: |
jumpserver/web-static:${{ steps.get-version.outputs.version }}-bookworm
ghcr.io/jumpserver/web-static:${{ steps.get-version.outputs.version }}-bookworm
ghcr.io/jumpserver/web-static:${{ steps.get-version.outputs.version }}-bookworm
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit eace68b

Please sign in to comment.