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 732f088 commit 35c543a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
run: |
mv "${{ steps.meta.outputs.bake-file }}" "/tmp/bake-meta.json"
# - name: Upload meta bake definition
# uses: actions/upload-artifact@v4
# with:
# name: bake-meta
# path: /tmp/bake-meta.json
# if-no-files-found: error
# retention-days: 1
- name: Upload meta bake definition
uses: actions/upload-artifact@v4
with:
name: bake-meta
path: /tmp/bake-meta.json
if-no-files-found: error
retention-days: 1

- name: 🛠️ Setup docker BuildX
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 35c543a

Please sign in to comment.