Skip to content

Commit

Permalink
meow
Browse files Browse the repository at this point in the history
  • Loading branch information
mimimix committed Jan 15, 2024
1 parent 60c8816 commit d9cf614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ jobs:
with:
file: ./apps/${{ matrix.target }}/base.Dockerfile
context: .
tags: docker.pkg.github.com/${{ github.repository }}/${{ IMAGE_NAME }}-${{ matrix.target }}:latest
tags: docker.pkg.github.com/${{ github.repository }}/meow-${{ matrix.target }}:latest
cache-from: type=gha
cache-to: type=gha,mode=max
# load: true
build-args: PATH_TO_MAIN=./apps/${{ matrix.target }}
push: true

# - name: Start build ${{ matrix.target }}
# - name: Start build ${{ matrix.target }} ${{ IMAGE_NAME }}
# run: |
# IMAGE_ID=docker.pkg.github.com/${{ github.repository }}/$IMAGE_NAME-${{ matrix.target }}
# echo IMAGE_ID=$IMAGE_ID
Expand Down

0 comments on commit d9cf614

Please sign in to comment.