diff --git a/.github/workflows/publish_container_ci.yaml b/.github/workflows/publish_container_ci.yaml
deleted file mode 100644
index b432f665c9ad..000000000000
--- a/.github/workflows/publish_container_ci.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
-name: publish_container_ci
-on:
-  workflow_dispatch:
-  push:
-    branches:
-      - main
-    paths:
-      - 'ci/**'
-
-jobs:
-  publish-container:
-    name: Publish Container
-    runs-on: ubuntu-latest
-    steps:
-      - name: Login to GitHub Container Registry
-        uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
-        with:
-          registry: ghcr.io
-          username: ${{ github.actor }}
-          password: ${{ secrets.GITHUB_TOKEN }}
-      - name: Publish Container
-        run: ./ci/publish.sh
\ No newline at end of file