Skip to content

Commit 0c021df

Browse files
committed
update github action
1 parent fdb1627 commit 0c021df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
repository: vulhub/java-chains
2323
tag: ${{ inputs.version }}
2424
out-file-path: ./ # 下载到当前目录下
25-
fileName: web-chains-${{ inputs.version }}-all.tar.gz
25+
fileName: java-chains-${{ inputs.version }}-all.tar.gz
2626
extract: true # 解压缩
2727

2828
- name: Show Files
@@ -50,5 +50,5 @@ jobs:
5050
platforms: linux/amd64,linux/arm64
5151
push: true
5252
tags: |
53-
javachains/webchains:${{ inputs.version }}
54-
javachains/webchains:latest
53+
javachains/javachains:${{ inputs.version }}
54+
javachains/javachains:latest

0 commit comments

Comments
 (0)