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

Commit

Permalink
Merge pull request #19 from jumpserver/dev
Browse files Browse the repository at this point in the history
fix: 修复 ghcr.io 无法上传问题
  • Loading branch information
wojiushixiaobai authored Jan 23, 2024
2 parents 50b75f8 + eace68b commit a20f5c2
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 a20f5c2

Please sign in to comment.