Skip to content

Commit 342f9a3

Browse files
authored
Here I am thinking folks want lists for lists.
1 parent fec59dc commit 342f9a3

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
@@ -23,7 +23,7 @@ jobs:
2323
password: ${{ secrets.DOCKER_GITHUB_TOKEN }}
2424
dockerfile: Dockerfile
2525
buildargs: BASE=buster
26-
tags: ["latest","buster"]
26+
tags: "latest,buster"
2727

2828
build:
2929
name: "Build versions"

0 commit comments

Comments
 (0)