We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c3bff commit 17bb861Copy full SHA for 17bb861
.github/workflows/lambda_build.yml
@@ -58,7 +58,6 @@ on:
58
description: "The registry where the image was pushed"
59
value: ${{ jobs.build.outputs.registry }}
60
61
-
62
jobs:
63
build:
64
name: Build (${{ inputs.environment }})
@@ -107,16 +106,6 @@ jobs:
107
106
- name: Set up Docker Buildx
108
uses: docker/setup-buildx-action@v3
109
110
- - name: Write license file if secret exists
111
- run:
112
- if [ -n "${{ secrets.LICENSE }}" ]; then
113
- echo "${{ secrets.LICENSE }}" > dist/LICENSE.txt
114
- echo "License file created at dist/LICENSE.txt"
115
- else
116
- echo "LICENSE_TEXT secret not provided. Skipping license file creation."
117
- fi
118
119
120
- name: Build and push
121
uses: docker/build-push-action@v6
122
with:
0 commit comments