We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb1627 commit 0c021dfCopy full SHA for 0c021df
.github/workflows/release-docker.yml
@@ -22,7 +22,7 @@ jobs:
22
repository: vulhub/java-chains
23
tag: ${{ inputs.version }}
24
out-file-path: ./ # 下载到当前目录下
25
- fileName: web-chains-${{ inputs.version }}-all.tar.gz
+ fileName: java-chains-${{ inputs.version }}-all.tar.gz
26
extract: true # 解压缩
27
28
- name: Show Files
@@ -50,5 +50,5 @@ jobs:
50
platforms: linux/amd64,linux/arm64
51
push: true
52
tags: |
53
- javachains/webchains:${{ inputs.version }}
54
- javachains/webchains:latest
+ javachains/javachains:${{ inputs.version }}
+ javachains/javachains:latest
0 commit comments