Skip to content

Commit

Permalink
Merge pull request #21 from Luligu/dev
Browse files Browse the repository at this point in the history
Docker publish
  • Loading branch information
Luligu authored May 4, 2024
2 parents 03c0981 + d50d1f5 commit 6853d60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-buildx-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
run: |
docker buildx build \
--platform linux/amd64,linux/arm64,linux/arm/v7 \
-f docker/Dockerfile.test \
-t luligu/matterbridge:test \
-f docker/Dockerfile.main \
-t luligu/matterbridge:latest \
-t luligu/matterbridge:1.2.13 \
--push .
docker manifest inspect luligu/matterbridge:test

0 comments on commit 6853d60

Please sign in to comment.