discourse_docker/.github/workflows
Alan Guo Xiang Tan c29cba70fc
DEV: Fix broken ARM64 build (#745)
Why this change?

The `docker tag discourse/base:aarch64-slim localhost:5000/discourse/base:aarch64-slim
` command broked in 0c93b2207d because
there is no `aarch64-slim` image being built. Instead, the `ruby
auto_build.rb base_slime_64` command builds an image with the
`discourse/base:build_slim_arm64` tag.

What does this change do?

This change removes the tagging command because it is pointless for us
to tag it.
2023-10-17 16:08:49 +08:00
..
build.yml DEV: Fix broken ARM64 build (#745) 2023-10-17 16:08:49 +08:00