Skip to content

Commit 2e12e8e

Browse files
committed
push to docker in github workflow
1 parent 4f7d36a commit 2e12e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
3636
- name: Build and push
3737
run: |
38-
echo $VERSION
38+
docker buildx build --platform linux/amd64,linux/arm/v7 -t jadit19/expresso:latest -t jadit19/expresso:${{ env.VERSION }} -f docker/build.dockerfile .

0 commit comments

Comments
 (0)