From 29c2ea4653c9fb3b042f0d268ba865a694037500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E7=8E=AE=20=28Jade=20Lin=29?= Date: Sun, 22 Sep 2024 20:35:32 +0800 Subject: [PATCH] Build with latest bearmark_web artifact --- .github/workflows/CD.yml | 2 +- .github/workflows/Release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index e06bcb2..d795592 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -96,7 +96,7 @@ jobs: # The id of the workflow run where the desired download artifact was uploaded from. # If github-token is specified, this is the run that artifacts will be downloaded from. # Optional. Default is ${{ github.run_id }} - run-id: 10978089247 + run-id: 10981162261 # This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages. # It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository. diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 00c1edb..0bee2c2 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -95,7 +95,7 @@ jobs: # The id of the workflow run where the desired download artifact was uploaded from. # If github-token is specified, this is the run that artifacts will be downloaded from. # Optional. Default is ${{ github.run_id }} - run-id: 10978089247 + run-id: 10981162261 # This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages. # It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.