Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mimimix authored Jan 15, 2024
1 parent 3678cb1 commit 43a4326
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,16 @@ jobs:
registry: docker.pkg.github.com
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Install docker buildx
uses: docker/setup-buildx-action@v3
#- name: Install docker buildx
# uses: docker/setup-buildx-action@v3
- name: Preparing builder - ${{ matrix.target }}
uses: docker/build-push-action@v3
with:
file: ./apps/${{ matrix.target }}/Dockerfile
context: .
tags: docker.pkg.github.com/${{ github.repository }}/meow-${{ matrix.target }}:latest
cache-from: type=gha
cache-to: type=gha,mode=max
#cache-from: type=gha
#cache-to: type=gha,mode=max
# load: true
build-args: PATH_TO_MAIN=./apps/${{ matrix.target }}
push: true
Expand Down

0 comments on commit 43a4326

Please sign in to comment.