Update pipeline & dockerfile
All checks were successful
Build and Publish / build (push) Successful in 11s
All checks were successful
Build and Publish / build (push) Successful in 11s
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
run: |
|
||||
docker build --target artifacts --output type=local,dest=./out .
|
||||
ls -la ./out/
|
||||
tar -czf build-artifact.tar.gz -C ./out/dist .
|
||||
tar -czf build-artifact.tar.gz -C ./out .
|
||||
- name: Build immagine Docker
|
||||
run: |
|
||||
IMAGE_NAME="${{ vars.REGISTRY_URL }}/${{ github.repository }}"
|
||||
|
||||
Reference in New Issue
Block a user