Skip to content

Commit

Permalink
change option for registry cache-from
Browse files Browse the repository at this point in the history
  • Loading branch information
tamago3keran committed May 3, 2024
1 parent b7727e6 commit c501209
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
file: ./dotfiles/Dockerfile
platforms: linux/amd64
tags: tamago3keran/dotfiles:dotfiles
cache-from: type=local,dest=/tmp/docker-cache
cache-from: type=local,src=/tmp/docker-cache

- name: Build and push for react image
uses: docker/build-push-action@v3
Expand All @@ -47,7 +47,7 @@ jobs:
file: ./react/Dockerfile
platforms: linux/amd64
tags: tamago3keran/dotfiles:react
cache-from: type=local,dest=/tmp/docker-cache
cache-from: type=local,src=/tmp/docker-cache

- name: Build and push for ruby image
uses: docker/build-push-action@v3
Expand All @@ -56,7 +56,7 @@ jobs:
file: ./ruby/Dockerfile
platforms: linux/amd64
tags: tamago3keran/dotfiles:ruby
cache-from: type=local,dest=/tmp/docker-cache
cache-from: type=local,src=/tmp/docker-cache

- name: Build and push for python image
uses: docker/build-push-action@v3
Expand All @@ -65,4 +65,4 @@ jobs:
file: ./python/Dockerfile
platforms: linux/amd64
tags: tamago3keran/dotfiles:python
cache-from: type=local,dest=/tmp/docker-cache
cache-from: type=local,src=/tmp/docker-cache

0 comments on commit c501209

Please sign in to comment.