You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This is a copy paste of the docker-build-and-push.yaml action
53
-
# But I change 'github.event.inputs.moduleversion' to 'steps.GET_VERSIONS.outputs.SDK_VERSION'
53
+
# But I change 'github.event.inputs.moduleversion' to 'needs.update-check-job.outputs.SDK_VERSION'
54
54
build-linux-box:
55
55
runs-on: ubuntu-latest
56
56
needs: update-check-job
@@ -92,9 +92,9 @@ jobs:
92
92
# Only amd64 is supported for now in the Ubuntu image https://learn.microsoft.com/en-gb/powershell/scripting/install/installing-powershell-on-linux?view=powershell-7.4#ubuntu
93
93
# thanks for the syntax https://github.com/docker/build-push-action/issues/557
0 commit comments