diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 06cbd49..ce5f209 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -147,7 +147,6 @@ jobs: --build-arg VERSION="${{ steps.meta.outputs.version }}" \ -t "${IMAGE_REPO}:${{ steps.meta.outputs.version }}" \ -t "${IMAGE_REPO}:latest" \ - -t "${IMAGE_REPO}:staging" \ --push \ .