diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 11d62e2..649666b 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -16,4 +16,4 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Build image - run: bin/build + run: bin/build 5.6.1 \ No newline at end of file diff --git a/bin/build b/bin/build index 5e14301..94db71f 100755 --- a/bin/build +++ b/bin/build @@ -1,7 +1,6 @@ #!/usr/bin/env sh -LATEST_TAG="$(git describe --tags --abbrev=0)" -WP_VERSION="${1:-$LATEST_TAG}" +WP_VERSION="${1:-}" if [ -z "${WP_VERSION}" ]; then echo "Error: WP_VERSION is null"