Skip to content

Commit

Permalink
multi arch pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
L04DB4L4NC3R committed Apr 5, 2021
1 parent 6e4d931 commit dda316e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scraper_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/spotify-downloader-scraper:${{ env.RELEASE_VERSION }}
file: ./src/scraper/Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/riscv64
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
1 change: 1 addition & 0 deletions .github/workflows/ytber_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/spotify-downloader-ytber:${{ env.RELEASE_VERSION }}
file: ./src/ytber/Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/riscv64
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit dda316e

Please sign in to comment.