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 12b86a1 commit 48a63a8Copy full SHA for 48a63a8
.github/workflows/main.yml
@@ -62,20 +62,7 @@ jobs:
62
uses: docker/build-push-action@v2
63
with:
64
context: .
65
- build-args:
66
- casino=production
67
platforms: linux/amd64
68
push: true
69
- tags: ${{ steps.meta.outputs.tags }}-production
70
- labels: ${{ steps.meta.outputs.labels }}-production
71
- -
72
- name: Build and push
73
- uses: docker/build-push-action@v2
74
- with:
75
- context: .
76
77
- casino=development
78
- platforms: linux/amd64
79
- push: true
80
- tags: ${{ steps.meta.outputs.tags }}-development
81
- labels: ${{ steps.meta.outputs.labels }}-development
+ tags: ${{ steps.meta.outputs.tags }}
+ labels: ${{ steps.meta.outputs.labels }}
0 commit comments