Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
de-ich committed Aug 13, 2024
1 parent 807e3b8 commit b4005c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build the Docker image
run: |
cd capability-check-node-red
docker build -t node-red-capability-check:${{ steps.inferVersion.outputs.version }} -f Dockerfile ..
docker build -t node-red-capability-check:v${{ steps.inferVersion.outputs.version }} -f Dockerfile ..
- name: Export the Docker image
run: docker save -o node-red-capability-check_v${{ steps.inferVersion.outputs.version }}.tar node-red-capability-check:v${{ steps.inferVersion.outputs.version }}
- name: Upload the release assets
Expand Down

0 comments on commit b4005c4

Please sign in to comment.