update buildx image

This commit is contained in:
brooke 2025-03-17 22:02:07 -04:00
parent e3edd1be01
commit 8d8b79f97e

View file

@ -30,8 +30,4 @@ jobs:
- name: Build Docker image - name: Build Docker image
run: | run: |
docker buildx build --build-arg VERSION=${{ github.event.inputs.version }} -t fung.uy/mycosystems/lapdev:${{ github.event.inputs.version }} . docker buildx build --push --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 }}