diff --git a/.github/workflows/cd-operator-release.yaml b/.github/workflows/cd-operator-release.yaml index b284f64a..ed81c62d 100644 --- a/.github/workflows/cd-operator-release.yaml +++ b/.github/workflows/cd-operator-release.yaml @@ -60,7 +60,7 @@ jobs: with: context: . build-args: | - ATLAS_VERSION=${{ steps.atlas.outputs.version }} + ATLAS_VERSION=extended-latest OPERATOR_VERSION=${{ github.ref_name }} file: ./Dockerfile platforms: linux/amd64,linux/arm64