Skip to content

Commit be443f1

Browse files
fix: .github/release.yaml
1 parent f230c1d commit be443f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
tags: |
4747
type=ref,event=tag
4848
- name: Docker meta example worker-process
49-
id: metabundle
49+
id: workerprocess
5050
uses: docker/metadata-action@v4
5151
with:
5252
images: |
@@ -73,8 +73,8 @@ jobs:
7373
with:
7474
context: ./examples/worker-process/helloworld
7575
push: true
76-
tags: ${{ steps.metabundle.outputs.tags }}
77-
labels: ${{ steps.metabundle.outputs.labels }}
76+
tags: ${{ steps.workerprocess.outputs.tags }}
77+
labels: ${{ steps.workerprocess.outputs.labels }}
7878
- name: Release
7979
uses: softprops/action-gh-release@v1
8080
with:

0 commit comments

Comments
 (0)