We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5525181 commit a574032Copy full SHA for a574032
1 file changed
.github/workflows/dotnet.yml
@@ -12,6 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
env:
14
TZ: Asia/Shanghai
15
+ TAG_NUMBER: $GITHUB_RUN_NUMBER
16
steps:
17
- uses: actions/checkout@v2
18
- name: Docker Setup QEMU
@@ -32,6 +33,5 @@ jobs:
32
33
push: true
34
tags: |
35
${{ secrets.DOCKER_HUB_USERNAME }}/devops.to.dingtalk.robots:latest
- ${{ secrets.DOCKER_HUB_USERNAME }}/devops.to.dingtalk.robots:$GITHUB_RUN_NUMBER
36
- name: Image digest
37
run: echo ${{ steps.docker_build.outputs.digest }}
0 commit comments