Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/docker/node-18.15.0-alpine3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona authored Mar 21, 2023
2 parents f9d6260 + 254734e commit 7beab42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build Docker Cache
run: docker buildx build --platform linux/x86_64 --rm --push --target build --cache-from fox1t/turborepo-remote-cache:cache -t fox1t/turborepo-remote-cache:cache .
run: docker buildx build --platform linux/x86_64 --rm --push --target build --cache-from ducktors/turborepo-remote-cache:cache -t ducktors/turborepo-remote-cache:cache .

build-linux-arm64:
name: Build linux/arm64 Docker cache
Expand All @@ -40,4 +40,4 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build Docker Cache
run: docker buildx build --platform linux/arm64 --rm --push --target build --cache-from fox1t/turborepo-remote-cache:cache -t fox1t/turborepo-remote-cache:cache .
run: docker buildx build --platform linux/arm64 --rm --push --target build --cache-from ducktors/turborepo-remote-cache:cache -t ducktors/turborepo-remote-cache:cache .
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: fox1t/turborepo-remote-cache
flavor: latest=true
images: ducktors/turborepo-remote-cache
flavor: latest=false
tags: type=raw,value=${{ env.TAG }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand All @@ -44,4 +44,4 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
cache-from: |
fox1t/turborepo-remote-cache:cache
ducktors/turborepo-remote-cache:cache

0 comments on commit 7beab42

Please sign in to comment.