Skip to content

Commit

Permalink
https://github.blog/changelog/2022-10-11-github-actions-deprecating-s…
Browse files Browse the repository at this point in the history
…ave-state-and-set-output-commands/
  • Loading branch information
ckuhtz committed Jul 10, 2024
1 parent 331386e commit f2b69bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
run: |
LOCAL_PLATFORM="${PLATFORM//\/\-}"
echo "LOCAL_PLATFORM=${LOCAL_PLATFORM}" >> $GITHUB_ENV
echo "::set-output name=local_platform::${LOCAL_PLATFORM}"
# echo "::set-output name=local_platform::${LOCAL_PLATFORM}"
echo "local_platform=${LOCAL_PLATFORM}" >> $GITHUB_STATE
- name: Cache Docker layers
uses: actions/cache@v3
Expand Down

0 comments on commit f2b69bc

Please sign in to comment.