Added PR multiarch

Added python3.8-dev/build-essential to dockerfile

Adds token to GH actions for GetTwitchDownloader
This commit is contained in:
Isaac Abadi
2023-05-07 00:22:08 -04:00
parent e573f34cea
commit d6f39d37b5
5 changed files with 21 additions and 4 deletions

View File

@@ -84,3 +84,5 @@ jobs:
push: true
tags: ${{ steps.docker-meta.outputs.tags }}
labels: ${{ steps.docker-meta.outputs.labels }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}