We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90300a5 commit 6d7356fCopy full SHA for 6d7356f
.github/workflows/build-production-container.yml
@@ -28,13 +28,6 @@ jobs:
28
- uses: actions/checkout@v4
29
with:
30
token: ${{ steps.app-token.outputs.token }}
31
- - name: Build test image
32
- id: docker-build-test
33
- uses: docker/build-push-action@v6
34
- with:
35
- target: test
36
- push: false
37
- load: true
38
- name: Docker meta
39
id: meta
40
uses: docker/metadata-action@v5
@@ -52,6 +45,8 @@ jobs:
52
45
- name: Build and push
53
46
uses: docker/build-push-action@v6
54
47
48
+ build-args: |
49
+ APP_ENV=poduction
55
50
push: true
56
51
tags: ${{ steps.meta.outputs.tags }}
57
labels: ${{ steps.meta.outputs.labels }}
0 commit comments