Skip to content

Commit

Permalink
馃懛 Fix multiarch deploy build (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Mar 18, 2024
1 parent 6a3a744 commit 56c15ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: |
tiangolo/nginx-rtmp:${{ matrix.image.name }}
tiangolo/nginx-rtmp:${{ matrix.image.name }}-${{ env.DATE_TAG }}
tiangolo/nginx-rtmp:latest
tiangolo/nginx-rtmp:latest-${{ env.DATE_TAG }}
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
Expand Down

0 comments on commit 56c15ef

Please sign in to comment.