Skip to content

Commit

Permalink
chore: trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Mar 31, 2024
1 parent 35c543a commit 6963d6d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
- name: Upload meta bake definition
uses: actions/upload-artifact@v4
with:
name: bake-meta
path: /tmp/bake-meta.json
name: ${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }}-${{ matrix.builder.arch }}-meta
path: ${{ steps.meta.outputs.bake-file }}
if-no-files-found: error
retention-days: 1

Expand Down Expand Up @@ -91,8 +91,7 @@ jobs:
uses: docker/bake-action@v3
with:
files: |
./docker-bake.hcl
/tmp/bake-meta.json
${{ steps.meta.outputs.bake-file }}
set: |
*.tags=${{ steps.meta.outputs.tags }}
*.platform=linux/${{ matrix.builder.arch }}
Expand Down

0 comments on commit 6963d6d

Please sign in to comment.