From c39a1539a13701217a5b728c50d3e0e75f50e74a Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Tue, 29 Oct 2024 14:26:23 +0100 Subject: [PATCH] Fix build --- .github/workflows/publish-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-container.yml b/.github/workflows/publish-container.yml index d628bfa..8f237b8 100644 --- a/.github/workflows/publish-container.yml +++ b/.github/workflows/publish-container.yml @@ -36,7 +36,7 @@ jobs: - name: Rename Containerfile run: | - mv debian/Containerfile debian/Dockerfile + mv containers/debian/Containerfile containers/debian/Dockerfile # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry