Skip to content

Commit

Permalink
misc(ci): Use cache in docker-image-publish workflow too
Browse files Browse the repository at this point in the history
  • Loading branch information
Kissaki committed Mar 12, 2024
1 parent c66c932 commit b80ad2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-image_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
environment: DockerHub
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
Expand All @@ -18,3 +20,5 @@ jobs:
with:
push: true
tags: mumblevoip/mumo
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit b80ad2b

Please sign in to comment.