Skip to content

Commit

Permalink
fix: .github/release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrevilain committed Apr 2, 2023
1 parent f230c1d commit be443f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
tags: |
type=ref,event=tag
- name: Docker meta example worker-process
id: metabundle
id: workerprocess
uses: docker/metadata-action@v4
with:
images: |
Expand All @@ -73,8 +73,8 @@ jobs:
with:
context: ./examples/worker-process/helloworld
push: true
tags: ${{ steps.metabundle.outputs.tags }}
labels: ${{ steps.metabundle.outputs.labels }}
tags: ${{ steps.workerprocess.outputs.tags }}
labels: ${{ steps.workerprocess.outputs.labels }}
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit be443f1

Please sign in to comment.