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