Skip to content

Commit

Permalink
misc(ci): Build with GitHub Action like the publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kissaki committed Mar 12, 2024
1 parent 0d0e766 commit 0d6a8b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-image_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build -t mumo .
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
tags: mumblevoip/mumo

0 comments on commit 0d6a8b8

Please sign in to comment.