Skip to content

Commit fe63421

Browse files
committed
fix: update Docker image name and asset references in workflow for consistency
1 parent a4dacdc commit fe63421

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
105105
106106
- name: Package Docker Image
107-
run: docker save docusaurus-docs -o ${{ github.workspace }}/docusaurus-docs.tar
107+
run: docker save pvarkidocs -o ${{ github.workspace }}/pvarkidocs.tar
108108

109109
- name: Create GitHub Release
110110
id: create_release
@@ -122,8 +122,8 @@ jobs:
122122
uses: actions/upload-release-asset@v1
123123
with:
124124
upload_url: ${{ steps.create_release.outputs.upload_url }}
125-
asset_path: ${{ github.workspace }}/docusaurus-docs.tar
126-
asset_name: docusaurus-docs.tar
125+
asset_path: ${{ github.workspace }}/pvarkidocs.tar
126+
asset_name: pvarkidocs.tar
127127
asset_content_type: application/x-tar
128128
env:
129129
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)