mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-05 23:50:21 +00:00
feat(docker)!: Use debian image as default
Sporadic DNS issues with alpine have caused a number of issues #160 #126 #134 Use debian as default since it has been proven to be stable. The image size increase is worth squashing these issues.
This commit is contained in:
parent
9dca8ebfa0
commit
0e34d63c84
7 changed files with 11 additions and 30 deletions
4
.github/workflows/publishImage.yml
vendored
4
.github/workflows/publishImage.yml
vendored
|
|
@ -50,8 +50,8 @@ jobs:
|
|||
- dockerfile: ./Dockerfile
|
||||
suffix: ''
|
||||
platforms: 'linux/amd64,linux/arm64'
|
||||
- dockerfile: ./debian.Dockerfile
|
||||
suffix: '-debian'
|
||||
- dockerfile: ./alpine.Dockerfile
|
||||
suffix: '-alpine'
|
||||
platforms: 'linux/amd64,linux/arm64'
|
||||
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue