Skip to content

Commit

Permalink
buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
L04DB4L4NC3R committed Apr 5, 2021
1 parent dda316e commit 864eb42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scraper_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
platforms: all
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
uses: docker/login-action@v1
Expand All @@ -27,6 +28,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
builder: ${{ steps.buildx.outputs.name }}
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/spotify-downloader-scraper:${{ env.RELEASE_VERSION }}
file: ./src/scraper/Dockerfile
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ytber_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
platforms: all
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
uses: docker/login-action@v1
Expand All @@ -27,6 +28,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
builder: ${{ steps.buildx.outputs.name }}
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/spotify-downloader-ytber:${{ env.RELEASE_VERSION }}
file: ./src/ytber/Dockerfile
Expand Down

0 comments on commit 864eb42

Please sign in to comment.