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 }} .