From 8d8b79f97ebc6a65d66129f1ca95a8d713ceac96 Mon Sep 17 00:00:00 2001 From: brooke Date: Mon, 17 Mar 2025 22:02:07 -0400 Subject: [PATCH] update buildx image --- .github/workflows/container.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 50e376a..4dcee0c 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -30,8 +30,4 @@ jobs: - name: Build Docker image run: | - docker buildx build --build-arg VERSION=${{ github.event.inputs.version }} -t fung.uy/mycosystems/lapdev:${{ github.event.inputs.version }} . - - - name: Push Docker image - run: | - docker push fung.uy/mycosystems/lapdev:${{ github.event.inputs.version }} \ No newline at end of file + docker buildx build --push --build-arg VERSION=${{ github.event.inputs.version }} -t fung.uy/mycosystems/lapdev:${{ github.event.inputs.version }} .