Skip to content

Commit a304b6c

Browse files
fix suffix
1 parent 2500253 commit a304b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: ethdevops/workflows/.github/workflows/basic-docker-build.yaml@main
2626
with:
2727
dockerfile: Dockerfile.rootless
28-
tag_suffix: rootless
28+
tag_suffix: "-rootless"
2929
secrets:
3030
docker_registry_user: ${{ secrets.DOCKER_REGISTRY_USER }}
3131
docker_registry_password: ${{ secrets.DOCKER_REGISTRY_SECRET }}

0 commit comments

Comments
 (0)