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.
1 parent 37f6cbf commit 2baee09Copy full SHA for 2baee09
.github/workflows/create-release.yaml
@@ -14,11 +14,16 @@ jobs:
14
- name: Build release packages
15
uses: docker/build-push-action@v6
16
with:
17
- outputs: |
18
- type=local,dest=/tmp/artifacts
+ tags: |
+ util_caching_release
19
push: false
20
target: release
21
22
+ - name: Copy release packages
23
+ run: |
24
+ mkdir -p /tmp/artifacts/
25
+ docker run --rm -v /tmp/artifacts:/tmp/artifacts util_caching_release cp -r /release /tmp/artifacts/
26
+
27
- name: Create Release
28
uses: ncipollo/release-action@v1
29
0 commit comments