Skip to content

Commit a574032

Browse files
author
欧俊
committed
FIX
1 parent 5525181 commit a574032

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
env:
1414
TZ: Asia/Shanghai
15+
TAG_NUMBER: $GITHUB_RUN_NUMBER
1516
steps:
1617
- uses: actions/checkout@v2
1718
- name: Docker Setup QEMU
@@ -32,6 +33,5 @@ jobs:
3233
push: true
3334
tags: |
3435
${{ secrets.DOCKER_HUB_USERNAME }}/devops.to.dingtalk.robots:latest
35-
${{ secrets.DOCKER_HUB_USERNAME }}/devops.to.dingtalk.robots:$GITHUB_RUN_NUMBER
3636
- name: Image digest
3737
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)