classtranscribe / WebAPI

Repository for the .NET Core backend for ClassTranscribe
Other
16 stars 3 forks source link

docker.yaml ; (build and push step) "save-state will be disabled soon" #440

Open angrave opened 7 months ago

angrave commented 7 months ago

Marking this as a minor issue to be addressed at some point.

https://github.com/classtranscribe/WebAPI/blob/staging/.github/workflows/docker.yaml at Docker(Taskengine) docker/build-push-action@v2 (line 144) generates a warning

Warning: The save-state command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

https://github.com/classtranscribe/WebAPI/blob/ea0018c56090a44695e0aac33e85097893d14c4a/.github/workflows/docker.yaml#L143C6-L145C42