diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a35f86f3ae9..26d4acf8095 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,6 @@ jobs: if [[ "${{ matrix.is_latest_version }}" == "true" ]] && \ [[ "${{ matrix.is_stable_version }}" == "true" ]]; then - BUILD_TAGS+=("${TIMESTAMP}") BUILD_TAGS+=("latest") fi