Skip to content

Commit

Permalink
misc(ci): Build Docker with cache (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kissaki authored Mar 12, 2024
2 parents 0d0e766 + 9c2fd99 commit c66c932
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/docker-image_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build -t mumo .
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
tags: mumblevoip/mumo
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit c66c932

Please sign in to comment.