From 0694e61dd1e3243405a8f83282a596c48afd5898 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Fri, 8 Sep 2023 12:19:17 +0200 Subject: [PATCH] fix package name --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1144bd7..44e2e89 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -35,4 +35,4 @@ jobs: - name: build and push run: | - make docker-buildx IMG=ghcr.io/${{ github.actor }}/${{ github.repository }}:${{ env.VERSION }} \ No newline at end of file + make docker-buildx IMG=ghcr.io/${{ github.repository }}:${{ env.VERSION }} \ No newline at end of file