Skip to content

Commit a228126

Browse files
author
Nicolas Rochelemagne
committed
Provide an accurate BASE when building the latest image
1 parent 7efe607 commit a228126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
username: ${{ secrets.DOCKER_USERNAME }}
7373
password: ${{ secrets.DOCKER_GITHUB_TOKEN }}
7474
dockerfile: Dockerfile
75-
buildargs: BASE=buster
75+
buildargs: BASE=${{ matrix.debian-version }}
7676
tags: "latest,${{ matrix.debian-version }}"
7777

7878
devel-build:

0 commit comments

Comments
 (0)