We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7efe607 commit a228126Copy full SHA for a228126
.github/workflows/publish-to-docker.yml
@@ -72,7 +72,7 @@ jobs:
72
username: ${{ secrets.DOCKER_USERNAME }}
73
password: ${{ secrets.DOCKER_GITHUB_TOKEN }}
74
dockerfile: Dockerfile
75
- buildargs: BASE=buster
+ buildargs: BASE=${{ matrix.debian-version }}
76
tags: "latest,${{ matrix.debian-version }}"
77
78
devel-build:
0 commit comments