Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaimi- committed Jun 25, 2023
1 parent 4538be7 commit 29d73bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
-
name: Docker Setup Buildx
uses: docker/setup-buildx-action@v2.7.0
with:
platforms: linux/arm/v7,linux/arm/v6,linux/arm64/v8,linux/amd64,linux/386
-
name: Login to Docker Hub
uses: docker/login-action@v2
Expand All @@ -30,7 +28,8 @@ jobs:
-
name: Build and push
uses: docker/build-push-action@v4
with:
with:
push: true
platforms: linux/arm/v7,linux/arm/v6,linux/arm64/v8,linux/amd64,linux/386
tags: ka1mi/yandex-music-downloader:latest,ka1mi/yandex-music-downloader:${{github.ref_name}}

0 comments on commit 29d73bc

Please sign in to comment.