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 f230c1d commit be443f1Copy full SHA for be443f1
.github/workflows/release.yaml
@@ -46,7 +46,7 @@ jobs:
46
tags: |
47
type=ref,event=tag
48
- name: Docker meta example worker-process
49
- id: metabundle
+ id: workerprocess
50
uses: docker/metadata-action@v4
51
with:
52
images: |
@@ -73,8 +73,8 @@ jobs:
73
74
context: ./examples/worker-process/helloworld
75
push: true
76
- tags: ${{ steps.metabundle.outputs.tags }}
77
- labels: ${{ steps.metabundle.outputs.labels }}
+ tags: ${{ steps.workerprocess.outputs.tags }}
+ labels: ${{ steps.workerprocess.outputs.labels }}
78
- name: Release
79
uses: softprops/action-gh-release@v1
80
0 commit comments