We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c87911 commit 5525181Copy full SHA for 5525181
1 file changed
.github/workflows/dotnet.yml
@@ -30,6 +30,8 @@ jobs:
30
file: ./src/azure.devops.notify.dingtalk.robots/Dockerfile
31
platforms: linux/amd64
32
push: true
33
- tags: ${{ secrets.DOCKER_HUB_USERNAME }}/devops.to.dingtalk.robots:latest
+ tags: |
34
+ ${{ secrets.DOCKER_HUB_USERNAME }}/devops.to.dingtalk.robots:latest
35
+ ${{ 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