Skip to content

Commit 48a63a8

Browse files
authored
Update main.yml
1 parent 12b86a1 commit 48a63a8

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,7 @@ jobs:
6262
uses: docker/build-push-action@v2
6363
with:
6464
context: .
65-
build-args:
66-
casino=production
6765
platforms: linux/amd64
6866
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-
build-args:
77-
casino=development
78-
platforms: linux/amd64
79-
push: true
80-
tags: ${{ steps.meta.outputs.tags }}-development
81-
labels: ${{ steps.meta.outputs.labels }}-development
67+
tags: ${{ steps.meta.outputs.tags }}
68+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)