From 3823a133bfdae4ce9d36397b9068ec02374507a6 Mon Sep 17 00:00:00 2001 From: andiwand Date: Sun, 26 Nov 2023 13:53:40 +0100 Subject: [PATCH] minor --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index efe3dbe2..31b0dfae 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -27,7 +27,7 @@ jobs: with: # list of Docker images to use as base name for tags images: | - ghcr.io/${{ github.repository_owner }}/${{ matrix.context }} + ghcr.io/${{ github.repository_owner }}/${{ matrix.context }} # generate Docker tags based on the following events/attributes tags: | type=schedule