Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vzakharchenko authored Mar 3, 2021
1 parent de5871e commit 0f9ee4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: rtsp-samsung-tv Docker amd64 arm64 armv7 s390x 386
name: rtsp-samsung-tv Docker amd64 arm64 armv7 s390x

on:
push:
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/s390x,linux/386,linux/arm/v7
platforms: linux/amd64,linux/arm64,linux/s390x,linux/arm/v7
push: true
tags: |
vassio/rtsp-samsung-tv:latest
Expand Down

0 comments on commit 0f9ee4c

Please sign in to comment.