update buildx image
This commit is contained in:
parent
e3edd1be01
commit
8d8b79f97e
1 changed files with 1 additions and 5 deletions
6
.github/workflows/container.yml
vendored
6
.github/workflows/container.yml
vendored
|
@ -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 }}
|
||||
docker buildx build --push --build-arg VERSION=${{ github.event.inputs.version }} -t fung.uy/mycosystems/lapdev:${{ github.event.inputs.version }} .
|
||||
|
|
Loading…
Add table
Reference in a new issue