File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8989 run : |
9090 make docker-image DGRAPH_VERSION=${{ env.DGRAPH_RELEASE_VERSION }}-amd64
9191 [[ "${{ inputs.latest }}" = true ]] && docker tag dgraph/dgraph:${{ env.DGRAPH_RELEASE_VERSION }}-amd64 dgraph/dgraph:latest-amd64 || true
92- [[ "${{ inputs.custom-build }}" = true ]] && docker tag dgraph/dgraph-custom:${{ env.DGRAPH_RELEASE_VERSION }}-amd64 || true
92+ [[ "${{ inputs.custom-build }}" = true ]] && docker tag dgraph/dgraph:${{ env.DGRAPH_RELEASE_VERSION }}-amd64 dgraph/dgraph -custom:${{ env.DGRAPH_RELEASE_VERSION }}-amd64 || true
9393 - name : Make Dgraph Standalone Docker Image with Version
9494 # No need to build and push Standalone Image when its a custom build
9595 if : inputs.custom-build == false
@@ -184,7 +184,7 @@ jobs:
184184 run : |
185185 make docker-image DGRAPH_VERSION=${{ env.DGRAPH_RELEASE_VERSION }}-arm64
186186 [[ "${{ inputs.latest }}" = true ]] && docker tag dgraph/dgraph:${{ env.DGRAPH_RELEASE_VERSION }}-arm64 dgraph/dgraph:latest-arm64 || true
187- [[ "${{ inputs.custom-build }}" = true ]] && docker tag dgraph/dgraph-custom:${{ env.DGRAPH_RELEASE_VERSION }}-arm64 || true
187+ [[ "${{ inputs.custom-build }}" = true ]] && docker tag dgraph/dgraph:${{ env.DGRAPH_RELEASE_VERSION }}-arm64 dgraph/dgraph -custom:${{ env.DGRAPH_RELEASE_VERSION }}-arm64 || true
188188 - name : Make Dgraph Standalone Docker Image with Version
189189 # No need to build and push Standalone Image when its a custom build
190190 if : inputs.custom-build == false
You can’t perform that action at this time.
0 commit comments