We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f33dbcb + 8163eb4 commit 3a7d806Copy full SHA for 3a7d806
.github/workflows/build.yml
@@ -6,7 +6,7 @@ concurrency:
6
7
on: # yamllint disable-line rule:truthy
8
workflow_dispatch:
9
- pull_request:
+ push:
10
branches:
11
- master
12
@@ -114,7 +114,7 @@ jobs:
114
115
- name: 🔍 Debug Bake Metadata Output
116
run: |
117
- echo "${{ steps.bake.outputs.metadata }}"
+ echo /tmp/bake-meta-${{ env.PLATFORM_CACHE_TAG }}.json
118
119
- name: 🔍 Debug baked image
120
.github/workflows/upload-assets.yml
@@ -23,7 +23,7 @@ jobs:
23
run: tar -czvf dist.tar.gz dist
24
25
- name: 📤 Upload release assets
26
- uses: alexellis/upload-assets@0.4.0
+ uses: alexellis/upload-assets@0.4.1
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
with:
0 commit comments