Skip to content

Commit a219f69

Browse files
authored
Fix pre-release docker build (#202)
1 parent a4296ab commit a219f69

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pre-release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ jobs:
579579
OUTPUT: "type=image,push=true type=oci,dest=./cli-image.tar"
580580
REPO: ${{ vars.ARTIFACTORY_REGISTRY_URL }}/${{ vars.ARTIFACTORY_CONTAINER_DEV }}
581581
ARTIFACTORY_CONTAINER_DEV: ${{ vars.ARTIFACTORY_CONTAINER_DEV }}
582+
ARTIFACTORY_REGISTRY_URL: ${{ vars.ARTIFACTORY_REGISTRY_URL }}
582583
run: |
583584
echo "Starting Docker image build and push process."
584585
echo "Image Name: $IMAGE_NAME"
@@ -589,7 +590,7 @@ jobs:
589590
echo "Context Directory: $CONTEXT"
590591
591592
echo "Building Docker image with buildx bake."
592-
jfrog docker buildx bake \
593+
docker buildx bake \
593594
--file ${{ github.workspace }}/scripts/docker-bake.hcl \
594595
--metadata-file=build-metadata \
595596
--progress plain \

0 commit comments

Comments
 (0)