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.