diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index ed40245..c35245f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -27,4 +27,6 @@ jobs: uses: docker/build-push-action@v5 with: push: true - tags: registry.willqi.dev/public-thedeadlybird:1 \ No newline at end of file + tags: registry.willqi.dev/public-thedeadlybird:1 + build-args: | + DOCKER=1 \ No newline at end of file