mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-03-14 10:04:55 +00:00
Update build-image.yml
This commit is contained in:
parent
1d02b664d0
commit
9689edb04b
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
@ -258,7 +258,7 @@ jobs:
|
||||
dockerfile: ./src/comissions.app.api/Dockerfile
|
||||
docker_image_name: ghcr.io/d4m13n-d3v/comissions-api-${{ matrix.platform }}
|
||||
run: |
|
||||
docker build --platform linux/${{ matrix.platform }} -t ${{ env.docker_image_name }}:${{ needs.gitversion.outputs.semantic_version }} -f ${{ env.dockerfile }}
|
||||
docker build --platform linux/${{ matrix.platform }} -t ${{ env.docker_image_name }}:${{ needs.gitversion.outputs.semantic_version }} -f ${{ env.dockerfile }} --force-rm .
|
||||
docker tag ${{ env.docker_image_name }}:${{ needs.gitversion.outputs.semantic_version }} ${{ env.docker_image_name }}:latest
|
||||
docker push --all-tags ${{ env.docker_image_name }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user