mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
chore: actions: docker: set-output -> GITHUB_OUTPUT (https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/)
This commit is contained in:
parent
151c56f9a3
commit
660f57e914
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
|
@ -29,7 +29,8 @@ jobs:
|
|||
id: build
|
||||
run: |
|
||||
redrun build
|
||||
echo "::set-output name=version::$(grep '"version":' package.json -m1 | cut -d\" -f4)"
|
||||
VERSION=$(grep '"version":' package.json -m1 | cut -d\" -f4)
|
||||
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
- name: Set up Docker Buildx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue