diff --git a/.github/workflows/build_docker.yml b/.github/workflows/build_docker.yml index d93e925..04d77ba 100644 --- a/.github/workflows/build_docker.yml +++ b/.github/workflows/build_docker.yml @@ -33,4 +33,4 @@ jobs: platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x push: true tags: | - ghcr.io/Sebclem/cnc-speed-calculator/app:latest \ No newline at end of file + ghcr.io/Sebclem/cnc-speed-calculator:latest \ No newline at end of file