mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-06-28 14:56:12 +00:00
👷 Update workflow files (#17235)
* 👷 Fix cd.yml on forked repository exclude JesseTG/rm@v1.0.2 and actions/upload-release-asset@v1 These actions are archived * 💚 Update dockerimage.yml (cherry picked from commit 78bc22a42e242b2f022490c90c7f1a5771bf7e67) 💚 Comment unused env (cherry picked from commit 688a45ef1bc346ab468c1f2065d3a99ee718f0b3) * 🎨 Reset single quoto to double quote (cherry picked from commit e051bff387e8b317e3b9c075affb0b7b17149364) * 💚 Update auto_aur_release_stable.yml (cherry picked from commit 6daf5c6ffafc468a138ad48a85168a5b69a12acb) 💚 Use $GITHUB_OUTPUT instead set-output https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ (cherry picked from commit 918d2cf4230bd380641dd195c7297c4a3d594678) * 🎨 Remove unused environment vars (cherry picked from commit 88ddb990c1ab10819c6acd5fc74076e4816048b9)
This commit is contained in:
11
.github/workflows/dockerimage.yml
vendored
11
.github/workflows/dockerimage.yml
vendored
@@ -13,9 +13,6 @@ on:
|
||||
|
||||
# ref https://docs.github.com/zh/actions/learn-github-actions/variables
|
||||
env:
|
||||
repo_name_android: "siyuan-android"
|
||||
repo_name: "siyuan"
|
||||
repo_owner: "siyuan-note"
|
||||
package_json: "app/package.json"
|
||||
docker_hub_owner: "b3log"
|
||||
docker_hub_repo: "siyuan"
|
||||
@@ -31,7 +28,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository and submodules
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
ref: ${{ github.event.ref }}
|
||||
submodules: recursive
|
||||
@@ -59,13 +56,13 @@ jobs:
|
||||
swap-storage: true
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
uses: docker/setup-qemu-action@v4
|
||||
|
||||
- name: Setup Docker buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: docker/setup-buildx-action@v4
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USER }}
|
||||
password: ${{ secrets.DOCKER_HUB_PWD }}
|
||||
|
||||
Reference in New Issue
Block a user