File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 echo "version=${VERSION}" >> $GITHUB_OUTPUT
4242
4343 - name : Build and Push Docker Image
44- uses : ./.github/workflows/docker_build
44+ uses : ./.github/workflows/docker_build.yml
4545 with :
4646 tag : ${{ steps.extract_branch.outputs.tag }}
4747 version : ${{ steps.build.outputs.version }}
Original file line number Diff line number Diff line change 4040 echo "version=${VERSION}" >> $GITHUB_OUTPUT
4141
4242 - name : Build and Test Docker Image
43- uses : ./.github/workflows/docker_build
43+ uses : ./.github/workflows/docker_build.yml
4444 with :
4545 tag : ${{ steps.extract_branch.outputs.tag }}
4646 version : ${{ steps.build.outputs.version }}
Original file line number Diff line number Diff line change 4040 echo "version=${VERSION}" >> $GITHUB_OUTPUT
4141
4242 - name : Build Docker Image
43- uses : ./.github/workflows/docker_build
43+ uses : ./.github/workflows/docker_build.yml
4444 with :
4545 tag : ${{ steps.extract_branch.outputs.tag }}
4646 version : ${{ steps.build.outputs.version }}
You can’t perform that action at this time.
0 commit comments