Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
identw committed Jul 12, 2024
1 parent e1a92db commit 32fe935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: container_image
runs-on: ubuntu-latest
outputs:
pushed-imaged: ${{ steps.build-images.outputs.pushed-images }}
pushed-images: ${{ steps.build-images.outputs.pushed-images }}
steps:
- name: Checkout code
uses: actions/checkout@main
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
body: |
container images:
```
${{ needs.container_image.outputs.build-images }}
${{ needs.container_image.outputs.pushed-images }}
```
files: |
./artifacts/*

0 comments on commit 32fe935

Please sign in to comment.