diff --git a/.github/workflows/Dianoga-Docker-CI.yml b/.github/workflows/Dianoga-Docker-CI.yml index 924eaa2..8fce91b 100644 --- a/.github/workflows/Dianoga-Docker-CI.yml +++ b/.github/workflows/Dianoga-Docker-CI.yml @@ -20,6 +20,6 @@ jobs: image: repo/image tags: 6.0.0-beta.2, latest registry: registry-url.io - dockerfile: Dockerfile.ci + dockerfile: Dockerfile username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} \ No newline at end of file