Skip to content

Commit

Permalink
Merge pull request #41 from wayofdev/feat/new-ci-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp authored Apr 4, 2024
2 parents f33dbcb + 8163eb4 commit 3a7d806
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:

on: # yamllint disable-line rule:truthy
workflow_dispatch:
pull_request:
push:
branches:
- master

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: 🔍 Debug Bake Metadata Output
run: |
echo "${{ steps.bake.outputs.metadata }}"
echo /tmp/bake-meta-${{ env.PLATFORM_CACHE_TAG }}.json
- name: 🔍 Debug baked image
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: tar -czvf dist.tar.gz dist

- name: 📤 Upload release assets
uses: alexellis/upload-assets@0.4.0
uses: alexellis/upload-assets@0.4.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 3a7d806

Please sign in to comment.