Skip to content

Commit 3a7d806

Browse files
authored
Merge pull request #41 from wayofdev/feat/new-ci-workflows
2 parents f33dbcb + 8163eb4 commit 3a7d806

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ concurrency:
66

77
on: # yamllint disable-line rule:truthy
88
workflow_dispatch:
9-
pull_request:
9+
push:
1010
branches:
1111
- master
1212

@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: 🔍 Debug Bake Metadata Output
116116
run: |
117-
echo "${{ steps.bake.outputs.metadata }}"
117+
echo /tmp/bake-meta-${{ env.PLATFORM_CACHE_TAG }}.json
118118
119119
- name: 🔍 Debug baked image
120120
run: |

.github/workflows/upload-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: tar -czvf dist.tar.gz dist
2424

2525
- name: 📤 Upload release assets
26-
uses: alexellis/upload-assets@0.4.0
26+
uses: alexellis/upload-assets@0.4.1
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
with:

0 commit comments

Comments
 (0)