We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efafb21 commit 4ffeb04Copy full SHA for 4ffeb04
.github/workflows/publish-web-select.yml
@@ -50,8 +50,6 @@ jobs:
50
with:
51
working_directory: ${{ env.WORKING_DIRECTORY }}
52
node_version: ${{ matrix.node-major-version }}.${{ matrix.node-minor-version }}
53
- env:
54
- VITE_ENV: ${{ github.event.inputs.environment }}
55
56
- name: Log in to the GHCR
57
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
@@ -81,6 +79,8 @@ jobs:
81
79
82
80
- name: Build ${{ env.WEB_IMAGE_NAME }} image
83
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
+ env:
+ VITE_ENV: ${{ github.event.inputs.environment }}
84
85
push: true
86
context: .
0 commit comments