diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 2d49a9f..59f3778 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -47,7 +47,7 @@ jobs: TAG=latest docker buildx build \ - --file Dockerfile.rockylinux-8 \ + --file Dockerfile.rockylinux8 \ --push \ --tag git.cryptic.systems/volker.raschek/ansible:${TAG}-rockylinux-8 \ .