Skip to content

Commit 56c15ef

Browse files
authored
👷 Fix multiarch deploy build (#66)
1 parent 6a3a744 commit 56c15ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
push: true
2929
platforms: linux/amd64,linux/arm64
3030
tags: |
31-
tiangolo/nginx-rtmp:${{ matrix.image.name }}
32-
tiangolo/nginx-rtmp:${{ matrix.image.name }}-${{ env.DATE_TAG }}
31+
tiangolo/nginx-rtmp:latest
32+
tiangolo/nginx-rtmp:latest-${{ env.DATE_TAG }}
3333
- name: Docker Hub Description
3434
uses: peter-evans/dockerhub-description@v4
3535
with:

0 commit comments

Comments
 (0)