diff --git a/.github/workflows/build-container-image-dev.yml b/.github/workflows/build-container-image-dev.yml index 232ebda..92cc443 100644 --- a/.github/workflows/build-container-image-dev.yml +++ b/.github/workflows/build-container-image-dev.yml @@ -43,7 +43,7 @@ jobs: with: context: . push: true - tags: scalabot:dev + tags: lamgc/scalabot:dev platforms: linux/amd64,linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max \ No newline at end of file