Explorar el Código

we don't need to test when building the container (#3134)

Signed-off-by: Alex Meijer <alexander.meijer@ibm.com>
Alex Meijer hace 1 año
padre
commit
a3d3cdbce6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      justfile

+ 1 - 1
justfile

@@ -46,7 +46,7 @@ build-binary VERSION=version:
         -o ./costmodel-arm64
 
 # Build and push a multi-arch Docker image
-build IMAGE_TAG RELEASE_VERSION: test (build-binary RELEASE_VERSION)
+build IMAGE_TAG RELEASE_VERSION: (build-binary RELEASE_VERSION)
     docker buildx build \
         --rm \
         --platform "linux/amd64" \