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 6a3a744 commit 56c15efCopy full SHA for 56c15ef
.github/workflows/deploy.yml
@@ -28,8 +28,8 @@ jobs:
28
push: true
29
platforms: linux/amd64,linux/arm64
30
tags: |
31
- tiangolo/nginx-rtmp:${{ matrix.image.name }}
32
- tiangolo/nginx-rtmp:${{ matrix.image.name }}-${{ env.DATE_TAG }}
+ tiangolo/nginx-rtmp:latest
+ tiangolo/nginx-rtmp:latest-${{ env.DATE_TAG }}
33
- name: Docker Hub Description
34
uses: peter-evans/dockerhub-description@v4
35
with:
0 commit comments