File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 paths-ignore :
88 - ' docs/**'
99 tags :
10- - " *"
10+ - " ** "
1111 pull_request :
1212 paths-ignore :
1313 - ' docs/**'
2424 dockerfile : Dockerfile
2525
2626 build-docker :
27- outputs :
28- version : ${{ steps.get_version.outputs.VERSION }}
2927 runs-on : ubuntu-latest
3028 steps :
3129 - name : Checkout code
5654 password : ${{ secrets.DOCKERHUB_TOKEN }}
5755
5856 - name : Build and push
57+ id : build_push
5958 uses : docker/build-push-action@v6
6059 with :
6160 context : .
6665 ${{ steps.docker_meta.outputs.tags }}
6766 labels : ${{ steps.docker_meta.outputs.labels }}
6867 platforms : linux/amd64,linux/arm64
68+
6969 - name : Image digest
70- run : echo ${{ steps.docker_build .outputs.digest }}
70+ run : echo ${{ steps.build_push .outputs.digest }}
You can’t perform that action at this time.
0 commit comments